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

TileView.AppearanceItem Property

OBSOLETE

Use the Appearance properties section instead.

Provides access to global appearance settings common to all TileViewItemElements for all tiles within this view.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
[Obsolete("Use the Appearance properties section instead.")]
public TileItemAppearances AppearanceItem { get; }

Property Value

Type Description
TileItemAppearances

A TileItemAppearances object that stores appearance settings common to all TileViewItemElements for all tiles within this view.

Remarks

The AppearanceItem property allows you to customize the global appearance for all TileViewItemElements within this view in any visual state (normal, hovered, pressed and selected). The figure below illustrates the example.

TileView - Custom Tile Appearances

You can override these global appearance settings for individual elements by using the TileItemElement.Appearance properties section. For instance, in the figure below, the global appearance specifies the blue forecolor for all tile elements, while the MPG Highway element’s forecolor is set to red.

TileView - Appearance Single Element

See Also