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

TileItemAppearances.Hovered Property

Specifies appearance settings used to paint a TileItem when it is hovered.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public virtual AppearanceObject Hovered { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object containing appearance settings used to paint a tile item when it is hovered.

Remarks

You must set the TileControl.AllowItemHover property to true to enable hover appearances.

See Also