RepositoryItemColorPickEdit.AppearanceSelectedCell Property
In This Article
Provides access to the appearance settings used to paint the selected cell border color.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceSelectedCell { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
See Also