TdxTileControlItem Properties
A tile item.| Name | Description |
|---|---|
| ActiveFrame | Displays a specific frame. |
| ActiveFrameIndex | Displays a specific frame (identified by its index in the Frames collection). |
| ActuallyVisible | Determines if the item is shown within the tile control. |
| AnimationInterval |
Specifies the animation delay (in milliseconds) for the item’s tile frames and mosaics. The default value of the AnimationInterval property is dxTileControlDefaultAnimationInterval. |
| AnimationMode | Specifies the animation transition effect for tile frames. |
| Checked | Specifies if the current tile item is selected (also called checked). |
| Collection | Specifies the collection containing the current element. Inherited from TcxComponentCollectionItem. |
| ComObject | Inherited from TComponent. |
| ComponentCount | Inherited from TComponent. |
| ComponentIndex | Inherited from TComponent. |
| Components | Inherited from TComponent. |
| ComponentState | Inherited from TComponent. |
| ComponentStyle | Inherited from TComponent. |
| DesignInfo | Inherited from TComponent. |
| DetailOptions | Specifies detail page settings. |
| DisplayName | Specifies the collection item’s name displayed in the collection editor. Inherited from TcxComponentCollectionItem. |
| Enabled | Specifies the item’s accessibility to end-users. |
| Frames | Provides access to a collection of frames associated with the current tile item. |
| GalleryImages | Specifies a collection of images to be displayed inside the tile item with a mosaic effect. |
| Glyph | Specifies the tile item’s image settings. |
| Group | Specifies a tile group that is linked to the current tile item. |
| GroupBeforeDrag | |
| GroupIndex | Specifies a tile group (identified by its Groups collection index) that is linked to the current tile item. |
| ID | Gets the unique identifier of the current collection element. Inherited from TcxComponentCollectionItem. |
| Index | Specifies the zero-based index of the current element in the collection. Inherited from TcxComponentCollectionItem. |
| IndexInGroup | Specifies the tile item’s position within its group. |
| IndexInGroupBeforeDrag | |
| IsLarge | Deprecated. This property exists for backward compatibility only. Use the Size property instead. |
| IsMostLeft | Determines if other tile items precede the current item. |
| IsMostRight | Determines if other tile items trail the current item. |
| Margins | Specifies the tile’s content margins. Inherited from TdxTileControlCustomItem. |
| Name | Inherited from TComponent. |
| Observers | Inherited from TComponent. |
| OptionsAnimate | Specifies the tile’s animation settings. Inherited from TdxTileControlCustomItem. |
| Owner | Inherited from TComponent. |
| ParentStyle protected | Specifies if the tile’s parent provides style settings for the tile. Inherited from TdxTileControlCustomItem. |
| RowCount | Specifies the number of rows that the tile item occupies. |
| Size | Switches between the item’s sizes. |
| Style | Specifies the tile’s style settings. Inherited from TdxTileControlCustomItem. |
| Tag | Inherited from TComponent. |
| Text1 | Specifies text settings of the tile’s first text block. Inherited from TdxTileControlCustomItem. |
| Text2 | Specifies text settings of the tile’s second text block. Inherited from TdxTileControlCustomItem. |
| Text3 | Specifies text settings of the tile’s third text block. Inherited from TdxTileControlCustomItem. |
| Text4 | Specifies text settings of the tile’s fourth text block. Inherited from TdxTileControlCustomItem. |
| TileControl | Provides access to the tile or tile bar control to which the current tile item belongs. |
| TileItem | Provides access to a tile item that displays the current tile. Inherited from TdxTileControlCustomItem. |
| VCLComObject | Inherited from TComponent. |
| Visible | Specifies the tile/tile bar item visibility. |
See Also