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

TileItem.AppearanceHover Property

Provides access to appearance settings applied to the tile item when it is hovered over. This property is obsolete. Use the TileItem.AppearanceItem property instead.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
[DXCategory("Appearance")]
public AppearanceObject AppearanceHover { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that contains corresponding appearance settings.

Remarks

This property is obsolete. Use the TileItemAppearances.Hovered property available via the TileItem.AppearanceItem object instead.

See Also