TdxListItem.Enabled Property
Specifies if the item is enabled.
Declaration
property Enabled: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True | If |
Remarks
Note
The item displays a checkbox if the List View control’s Checkboxes property is set to True
.
See Also