Back to Devexpress

TileView.AppearanceItem Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-8585851b.md

latest2.7 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the Appearance properties section instead.")]
public TileItemAppearances AppearanceItem { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the Appearance properties section instead.")>
Public ReadOnly Property AppearanceItem As TileItemAppearances

Property Value

TypeDescription
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.

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.

See Also

Appearance

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace