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

TdxTileBarOptionsView.Position Property

Switches between modes of the tile bar control positioning within a client area.

#Declaration

Delphi
property Position: TdxTileBarPosition read; write; default tbpTop;

#Property Value

Type Default
TdxTileBarPosition tbpTop

#Remarks

Use this property to align a tile bar control to the left, top, right, or bottom border of the parent control or form. The Position property also affects the position and dimensions of a control associated with an individual tile. Refer to the TdxTileBarPosition type description for additional information.

The Position property’s default value is tbpTop.

See Also