Back to Devexpress

ColorEdit.ShowMoreColorsButton Property

wpf-devexpress-dot-xpf-dot-editors-dot-coloredit-bad563f4.md

latest1.4 KB
Original Source

ColorEdit.ShowMoreColorsButton Property

Gets or sets whether the More Colors button is visible. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowMoreColorsButton { get; set; }
vb
Public Property ShowMoreColorsButton As Boolean

Property Value

TypeDescription
Boolean

true to show the More Colors button ; otherwise, false.

|

Remarks

The More Colors button invokes a dialog, allowing an end-user to choose the required color using the Color Picker interface.

See Also

ColorEdit Class

ColorEdit Members

DevExpress.Xpf.Editors Namespace