Skip to main content

TileControl.ItemAppearanceHover Property

Provides access to appearance settings applied to all tile items when they are hovered over. This property is obsolete. Use the TileControl.AppearanceItem property instead.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public AppearanceObject ItemAppearanceHover { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that contains corresponding appearance settings.

Remarks

This property is obsolete. Use the TileControl.AppearanceItem property instead.

See Also