Back to Devexpress

PopupColorEdit.DefaultColorButtonContent Property

wpf-devexpress-dot-xpf-dot-editors-dot-popupcoloredit-0137ecba.md

latest1.5 KB
Original Source

PopupColorEdit.DefaultColorButtonContent Property

Gets or sets the content of the Default Color Button. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public object DefaultColorButtonContent { get; set; }
vb
Public Property DefaultColorButtonContent As Object

Property Value

TypeDescription
Object

An object that represents the button’s content.

|

Remarks

The ‘Default Color’ button applies the default color specified by the PopupColorEdit.DefaultColor property. This button is visible if the PopupColorEdit.ShowDefaultColorButton property is set to true.

See Also

PopupColorEdit Class

PopupColorEdit Members

DevExpress.Xpf.Editors Namespace