Skip to main content

RepositoryItemColorPickEdit.AutomaticBorderColor Property

Gets or sets the border color of the box displaying the “Automatic” color.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public virtual Color AutomaticBorderColor { get; set; }

Property Value

Type Description
Color

The border color of the box displaying the “Automatic” color.

Remarks

See RepositoryItemColorPickEdit.AutomaticColor to learn more.

See Also