Skip to main content

BaseListBoxControl.AppearanceSelected Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceSelected { get; }

Property Value

Type Description
AppearanceObject

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

See Also