Gets or sets a value indicating whether the up and down 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 increment and decrement buttons should be visible, otherwise false. Default value is true.
See Also
|