Skip to main content
A newer version of this page is available. .

RepositoryItemComboBox.AppearanceItemSelected Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceItemSelected { 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