Skip to main content

TdxTileControlActionBars Class

Contains appearance and layout settings of tile action bars.

Declaration

TdxTileControlActionBars = class(
    TcxOwnedPersistent
)

Remarks

This class extends its ancestor with properties that allow you to:

  • Manage individual bar items (Items);

  • Specify the background color of action bars (Color);

  • Specify the glyph color and properties of the font applied to bar item captions (Font);

  • Set the distance between the left, right, top, and bottom edges of all displayed action bars and their visible items (IndentHorz and IndentVert);

  • Set the distance between visible action bar items (ItemIndent).

A TdxTileControlActionBars object is referenced by the tile control’s ActionBars property.

Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxTileControlActionBars
See Also