TcxCheckListBoxItem.Text Property
Specifies the item’s caption.
Declaration
property Text: TCaption read; write;
Property Value
Type |
---|
TCaption |
Remarks
This property corresponds to the item’s Caption property.
Item captions are used to determine the default item order in sorted checklist box controls. To customize this order, handle the OnCompare event.
See Also