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

TdxTileBarItemSize Enum

Enumerates predefined sizes of a tile item within the tile bar control.

#Declaration

Delphi
TdxTileBarItemSize = (
    tbisRegular,
    tbisLarge
);

#Members

Name
tbisRegular
tbisLarge

#Remarks

Options include:

Value Description
tbisRegular A regular tile, which is OptionsView.ItemWidth pixels wide by OptionsView.ItemHeight pixels high.
tbisLarge A large tile, which is twice as wide as a regular item.

The TdxTileBarItemSize type is referenced by the tile item’s Size property.

See Also