Back to Devexpress

BarEditItem.ClosePopupOnChangingEditValue Property

wpf-devexpress-dot-xpf-dot-bars-dot-baredititem-eb3869b6.md

latest2.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Boolean

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

|

The following code snippets (auto-collected from DevExpress Examples) contain references to the ClosePopupOnChangingEditValue property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-mvvm-behaviors-barItems-based-theme-selectors/CS/WpfApplication1/MainWindow.xaml#L20

xml
<dxb:BarEditItem
    ClosePopupOnChangingEditValue="True"
    Content="Ribbon Style:"

wpf-create-a-ribboncontrol/CS/RibbonControl_Ex/MainWindow.xaml#L88

xml
EditWidth="100"
ClosePopupOnChangingEditValue="True"
EditValue="{Binding RibbonStyle, ElementName=RibbonControl}">

See Also

BarEditItem Class

BarEditItem Members

DevExpress.Xpf.Bars Namespace