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

RepositoryItemColorPickEdit.AutomaticColorButtonCaption Property

Gets or sets the caption of the Automatic button displayed in the Custom tab in the ColorPickEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Appearance")]
public virtual string AutomaticColorButtonCaption { get; set; }

Property Value

Type Description
String

A string that is the caption of the Automatic button displayed in the Custom tab.

Remarks

See RepositoryItemColorPickEdit.AutomaticColor to learn more.

See Also