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

TileItemAppearances.Selected Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public virtual AppearanceObject Selected { get; }

Property Value

Type Description
AppearanceObject

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

Remarks

Set the TileControl.AllowSelectedItem to true to enable item selection.

See Also