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

ColorPickEdit.IsAutomaticColorSelected Property

Gets whether the “Automatic” color is selected by an end-user in the Custom tab in the dropdown window.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
public bool IsAutomaticColorSelected { get; }

Property Value

Type Description
Boolean

true, if the “Automatic” color is selected by an end-user in the Custom tab; otherwise, false.

Remarks

See the RepositoryItemColorPickEdit.AutomaticColor topic for more information.

See Also