Specifies the item’s caption text.
Declaration
itemObj.Caption
Read-Write Property | String |
itemObj | One of the objects listed in the Applies To section |
Applies To
This property applies to the following objects:
TcxEditButton, TcxRadioGroupItem
Description
Use the Caption
property to get or set the caption of the collection item.
Property Value
A string holding the item’s caption.
Remarks
To draw the caption, the edit button’s Kind property must be set to “bkText ”. |