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





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

 See Also

NumericUpDown Members
NumericUpDown Class
MindFusion.UI.WebForms Namespace