windowsforms-devexpress-dot-xtraeditors-dot-tileitem-b2fb70dc.md
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
[Browsable(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public AppearanceObject AppearanceSelected { get; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DXCategory("Appearance")>
Public ReadOnly Property AppearanceSelected As AppearanceObject
| Type | Description |
|---|---|
| AppearanceObject |
An AppearanceObject that contains corresponding appearance settings.
|
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