Back to Devexpress

TileView.Appearance Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-579ae757.md

latest2.9 KB
Original Source

TileView.Appearance Property

Provides access to appearance settings used to paint this TileView.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(1)]
public TileViewAppearances Appearance { get; }
vb
<DXCategory("Appearance")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(1)>
Public ReadOnly Property Appearance As TileViewAppearances

Property Value

TypeDescription
DevExpress.XtraGrid.Views.Tile.TileViewAppearances

A DevExpress.XtraGrid.Views.Tile.TileViewAppearances object that contains appearance settings used to paint this TileView.

|

Remarks

The Appearance property allows you to modify the appearance of the TileView itself, as well as the appearance of group captions and tiles in all their visual states (normal, hovered, pressed and checked) in this view. Item appearance set through the Appearance property are shared by all tiles that belong to the view. You can handle the TileView.ItemCustomize event to get a specific tile and use its TileViewItem.AppearanceItem property to override these global appearance settings.

The figure below illustrates group captions with custom appearance settings applied.

See Also

ItemCustomize

AppearanceItem

Appearance

Appearance

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace