Back to Devexpress

TileItem.AppearanceSelected Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-b2fb70dc.md

latest2.1 KB
Original Source

TileItem.AppearanceSelected Property

Provides access to appearance settings applied to the tile item when it is selected. This property is obsolete. Use the TileItem.AppearanceItem property instead.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public AppearanceObject AppearanceSelected { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DXCategory("Appearance")>
Public ReadOnly Property AppearanceSelected As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that contains corresponding appearance settings.

|

Remarks

This property is obsolete. Use the TileItemAppearances.Selected property available via the TileItem.AppearanceItem object instead. To enable tile item selection, set the TileControl.AllowSelectedItem property to true.

See Also

AppearanceItem

AllowSelectedItem

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace