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.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public TileItemAppearances AppearanceItem { get; }
#Property Value
Type | Description |
---|---|
Tile |
A Tile |
#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.