Back to Devexpress

TdxTileControlItemSize Enum

vcl-dxcustomtilecontrol-de02d3c9.md

latest1.3 KB
Original Source

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

TdxCustomTileControl.CreateItem

TdxTileControlItem.Size

dxCustomTileControl Unit