TdxCustomBarEdit.ShowCaption Property
Specifies if the toolbar item caption is visible in the parent toolbar.
Declaration
property ShowCaption; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
Remarks
Set the ShowCaption
property to display the toolbar item’s caption.
Note
The ShowCaption
property affects only a bar item displayed in a toolbar UI. Bar item caption visibility in a Ribbon UI depends on the layout, form width, etc.
Default Value
The ShowCaption
property’s default value is False
.
See Also