TcxCustomCheckListBox.Selected Property
Indicates whether a specific item is selected.
Declaration
property Selected[: Integer]: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
This property returns True if the item specified by the Index parameter is selected (highlighted) in the list box; otherwise, False.
See Also