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

RepositoryItemColorPickEdit.AppearanceSelectedCell Property

Provides access to the appearance settings used to paint the selected cell border color.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Description
AppearanceObject

An AppearanceObject object that specifies the appearance settings used to paint the selected cell border color.

See Also