TileContainer.AppearanceItem Property
Provides access to appearance settings used to paint the current TileContainer‘s Tiles in different visual states.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
TileItemAppearances | A TileItemAppearances object that stores appearance settings used to paint the current TileContainer‘s Tiles in different visual states. |
Remarks
A TileContainer stores its Tiles in the TileContainer.Items collection. Use the AppearanceItem property to gain access to Tile appearance settings for different visual states (Normal, Pressed and Hovered). Hovered appearance settings only take effect if the ITileContainerDefaultProperties.AllowItemHover property is true.