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

TdxTileControlItemSize Enum

Enumerates tile item sizes.

#Declaration

Delphi
TdxTileControlItemSize = (
    tcisSmall,
    tcisRegular,
    tcisLarge,
    tcisExtraLarge
);

#Members

Name
tcisSmall
tcisRegular
tcisLarge
tcisExtraLarge

#Remarks

Values include:

Value

Description

tcisSmall

A small item, about half the size of a regular item.

tcisRegular

A regular item, which is OptionsView.ItemWidth pixels wide by OptionsView.ItemHeight pixels high.

tcisLarge

A large item, which is 2x as wide as a regular item.

tcisExtraLarge

An extra-large item (a large item that occupies two rows).

See Also