TdxCustomGalleryItem.Enabled Property
Specifies whether the item is enabled.
Declaration
property Enabled: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to False to prevent the end-user from changing the item’s state.
The default value of the Enabled property is True.
See Also