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

RepositoryItemColorPickEdit.AutomaticBorderColor Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

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