ASP.NET Pack Programmer's Guide
DatePicker.ShowButton Property
See Also
 





Gets or sets a value indicating whether the calendar button is visible.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public bool ShowButton { get; set; }

Visual Basic  Copy Code

Public Property ShowButton As Boolean

 Property Value

Type: Boolean
true if the popup button should be visible, otherwise false. Default value is true.

 See Also

DatePicker Members
DatePicker Class
MindFusion.UI.WebForms Namespace