ListBoxDrawItemEventArgs.Appearance Property
Gets the appearance settings used to paint the item currently being processed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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