Skip to main content

RepositoryItemColorPickEdit.AppearanceHoveredCell Property

Provides access to the appearance settings used to paint the hot-tracked cell border color.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
AppearanceObject

An AppearanceObject object that specifies the appearance settings used to paint the hot-tracked cell border color.

See Also