TcxCustomEditButton.Enabled Property
Specifies if the editor button is enabled.
Declaration
property Enabled: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
Remarks
The Enabled
property corresponds to the Enabled property of any TControl class descendant. You can use the Enabled
property to disable or enable the editor button. A click on a disabled button has no effect.
Property Value Examples
The following table demonstrates the difference between Enabled
property values under the same conditions:
Value | Example[1] |
---|---|
True (default) |
|
False |
Default Value
The Enabled
property’s default value is True
.
Footnotes
See Also