TileControl.ItemAppearance Property
In This Article
Provides access to appearance settings applied to all tile items when they are in their normal state. 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 ItemAppearance { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
This property is obsolete. Use the TileControl.AppearanceItem property instead.
See Also