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

TileControl.ItemAppearanceSelected Property

Provides access to appearance settings applied to all tile items when they are selected. This property is obsolete. Use the TileControl.AppearanceItem property instead.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
[DXCategory("Appearance")]
public AppearanceObject ItemAppearanceSelected { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that contains corresponding appearance settings.

Remarks

This property is obsolete. Use the TileControl.AppearanceItem property instead. To enable tile items selection set the TileControl.AllowSelectedItem property to true.

See Also