Back to Devexpress

ColorEdit.CloseOwnerPopupOnClick Property

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

latest1.2 KB
Original Source

ColorEdit.CloseOwnerPopupOnClick Property

Gets or sets whether the popup containing the ColorEdit, is automatically closed, after the ColorEdit has been clicked.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Boolean

true to close the owner popup on a mouse click; otherwise, false.

|

See Also

ColorEdit Class

ColorEdit Members

DevExpress.Xpf.Editors Namespace