Back to Devexpress

ListBoxDrawItemEventArgs.Appearance Property

windowsforms-devexpress-dot-xtraeditors-dot-listboxdrawitemeventargs.md

latest1.4 KB
Original Source

ListBoxDrawItemEventArgs.Appearance Property

Gets the appearance settings used to paint the item currently being processed.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public AppearanceObject Appearance { get; }
vb
Public ReadOnly Property Appearance As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the item.

|

Remarks

Use this property to apply custom appearance settings to individual items.

See Also

AllowDrawSkinBackground

ListBoxDrawItemEventArgs Class

ListBoxDrawItemEventArgs Members

DevExpress.XtraEditors Namespace