vcl-dxtilebar-dot-tdxtilebaritem-dot-underscore-properties.md
A tile within the tile bar control.
| Name | Description |
|---|---|
| ActiveFrame | Displays a specific frame. Inherited from TdxTileControlItem. |
| ActiveFrameIndex | Displays a specific frame (identified by its index in the Frames collection). Inherited from TdxTileControlItem. |
| ActuallyVisible | Determines if the item is shown within the tile control. Inherited from TdxTileControlItem. |
| AnimationInterval |
Specifies the animation delay (in milliseconds) for the item’s tile frames and mosaics.
The default value of the AnimationInterval property is dxTileControlDefaultAnimationInterval.
Inherited from TdxTileControlItem. | | AnimationMode | Specifies the animation transition effect for tile frames. Inherited from TdxTileControlItem. | | Checked | Specifies if the current tile item is selected (also called checked). Inherited from TdxTileControlItem. | | 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 | Provides access to 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. Inherited from TdxTileControlItem. | | Frames | Provides access to a collection of frames associated with the current tile item. Inherited from TdxTileControlItem. | | GalleryImages | Specifies a collection of images to be displayed inside the tile item with a mosaic effect. Inherited from TdxTileControlItem. | | Glyph | Specifies the tile item’s image settings. Inherited from TdxTileControlItem. | | Group | Specifies a tile group that is linked to the current tile item. Inherited from TdxTileControlItem. | | GroupBeforeDrag | Inherited from TdxTileControlItem. | | GroupIndex | Specifies a tile group (identified by its Groups collection index) that is linked to the current tile item. Inherited from TdxTileControlItem. | | 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. Inherited from TdxTileControlItem. | | IndexInGroupBeforeDrag | Inherited from TdxTileControlItem. | | IsLarge | Deprecated. This property exists for backward compatibility only. Use the Size property instead. Inherited from TdxTileControlItem. | | IsMostLeft | Determines if other tile items precede the current item. Inherited from TdxTileControlItem. | | IsMostRight | Determines if other tile items trail the current item. Inherited from TdxTileControlItem. | | 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. | | PopupOptions | Provides access to settings of the popup control associated with the tile item. | | RowCount | Specifies the number of rows that the tile item occupies. Inherited from TdxTileControlItem. | | Size | Switches between predefined sizes of the tile item. | | 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. | | TileBar | Returns a tile bar control to which the tile item belongs. | | TileControl | Provides access to the tile or tile bar control to which the current tile item belongs. Inherited from TdxTileControlItem. | | 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. Inherited from TdxTileControlItem. |
See Also