Back to Devexpress

TileControl.ItemAppearance Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-1fbfa485.md

latest1.7 KB
Original Source

TileControl.ItemAppearance Property

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that contains corresponding appearance settings.

|

Remarks

This property is obsolete. Use the TileControl.AppearanceItem property instead.

See Also

AppearanceItem

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace