ASP.NET Pack Programmer's Guide
DateTimePicker.ShowButtons Property
See Also
 





Gets or sets a value indicating whether the popup buttons are visible

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

 Syntax

C#  Copy Code

public bool ShowButtons { get; set; }

Visual Basic  Copy Code

Public Property ShowButtons As Boolean

 Property Value

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

 See Also

DateTimePicker Members
DateTimePicker Class
MindFusion.UI.WebForms Namespace