TileItemAppearances.Hovered Property
Specifies appearance settings used to paint a TileItem when it is hovered.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
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