TdxBarItemControl.Caption Property
Specifies the item control’s caption.
Declaration
property Caption: string read;
Property Value
Type |
---|
string |
Remarks
Use the item link’s UserCaption property to customize the caption of a particular item control. If UserCaption is not defined, the item control Caption is the same as the Caption of the underlying item.
See Also