Xceed Grid for WinForms v4.3 Documentation
Enabled Property


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > CalculatorButtonStyle Class : Enabled Property
Gets or sets a boolean value indicating if the button is enabled.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates if the button is enabled.")>
<CategoryAttribute("Behavior")>
Public Property Enabled As Boolean
'Usage
 
Dim instance As CalculatorButtonStyle
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
[Description("Indicates if the button is enabled.")]
[Category("Behavior")]
public bool Enabled {get; set;}

Property Value

true if the button is enabled; false otherwise.
Remarks

If the button is disabled, it will still be Visible.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CalculatorButtonStyle Class
CalculatorButtonStyle Members