TileControl.ItemAppearanceSelected Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public AppearanceObject ItemAppearanceSelected { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#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