Gets or sets a value indicating whether the calendar button is visible
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
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
|