Skip to main content
A newer version of this page is available. .

BaseTile.Appearances Property

Provides access to appearance settings used to paint the current Tile in different visual states.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public TileItemAppearances Appearances { get; }

Property Value

Type Description
TileItemAppearances

A TileItemAppearances object that stores appearance settings used to paint the current Tile in different visual states.

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