Skip to main content

ColorEdit.ShowDefaultColorButton Property

Gets or sets whether the 'Automatic' button is visible. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public bool ShowDefaultColorButton { get; set; }

#Property Value

Type Description
Boolean

true to show the 'Automatic' button; otherwise, false.

#Remarks

ColorEdit_Color

The default color is specified by the ColorEdit.DefaultColor property. To apply this color, an end-user should press the 'Automatic' button. After the selected color has been changed, the editor fires the ColorEdit.ColorChanged event.

See Also