TcxCustomEditButton.Caption Property
Specifies the editor button caption.
Declaration
property Caption: TCaption read; write;
Property Value
Type | Description |
---|---|
TCaption | The editor button caption. |
Remarks
Use the Caption
property to assign a caption to the editor button. The button displays the Caption
property value only if the Kind property is set to bkText.
If the button width is not enough to fit the caption in full, the button crops text and displays an ellipsis at the end of the caption.
If the button width exceeds the current caption text length, you can use the ContentAlignment property to position text within the button.
Default Value
The Caption
property’s default value is an empty string.
See Also