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