Skip to main content
Bar

BarEditItem.ClosePopupOnChangingEditValue Property

Gets or sets whether the drop-down window, associated with the editor, is closed on changing the editor's edit value. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

[XtraSerializableProperty]
public bool ClosePopupOnChangingEditValue { get; set; }

#Property Value

Type Description
Boolean

true if the drop-down window associated with the editor, is closed on changing the editor's edit value; otherwise, false.

See Also