MindFusion.UI for WebForms Programmer's Guide

DateTimePicker.ShowButtons Property

See Also
 





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

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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