BaseTile.Appearances Property
In This Article
Provides access to appearance settings used to paint the current Tile in different visual states.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public TileItemAppearances Appearances { get; }
#Property Value
Type | Description |
---|---|
Tile |
A Tile |
#Remarks
Global tile appearance settings can be specified via the TileContainer.AppearanceItem property. The Appearances property overrides these global settings for individual Tiles.
See Also