Back to Devexpress

BaseListBoxControl.AppearanceSelected Property

windowsforms-devexpress-dot-xtraeditors-dot-baselistboxcontrol-a9aec8b8.md

latest1.4 KB
Original Source

BaseListBoxControl.AppearanceSelected Property

Provides access to the appearance settings used to paint list items in the selected state.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceSelected { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property AppearanceSelected As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object that specifies the appearance settings used to paint list items in the selected state.

|

See Also

BaseListBoxControl Class

BaseListBoxControl Members

DevExpress.XtraEditors Namespace