Back to Devexpress

TileItemAppearances.Hovered Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitemappearances-9ae4860c.md

latest1.6 KB
Original Source

TileItemAppearances.Hovered Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual AppearanceObject Hovered { get; }
vb
Public Overridable ReadOnly Property Hovered As AppearanceObject

Property Value

TypeDescription
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

Normal

Selected

TileItemAppearances Class

TileItemAppearances Members

DevExpress.XtraEditors Namespace