TdxListItem.Enabled Property
Specifies if the item is enabled.
Declaration
property Enabled: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
Remarks
The list item displays a checkbox if the parent control‘s Checkboxes property is set to True
.
Default Value
The Sorting
property’s default value is False
.
See Also