Back to Devexpress

TdxTileControlActionBarItem.Caption Property

vcl-dxcustomtilecontrol-dot-tdxtilecontrolactionbaritem-0cc9df05.md

latest1.0 KB
Original Source

TdxTileControlActionBarItem.Caption Property

Specifies the action bar item’s caption.

Declaration

delphi
property Caption: string read; write;

Property Value

Type
string

Remarks

Use this property in combination with the Glyph or ImageIndex property to communicate the action bar item’s functionality to end-users.

You can customize font settings applied to all action bar item captions via a tile control’s ActionBars.Font property.

See Also

TdxTileControlActionBarItem Class

TdxTileControlActionBarItem Members

dxCustomTileControl Unit