Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTileControlActionBars Class

Contains appearance and layout settings of tile action bars.

#Declaration

Delphi
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