Skip to main content
All docs
V25.1
  • BrowsePathEdit.DialogFilter Property

    Gets or sets the dialog’s filter. This is a dependency property.

    Namespace: DevExpress.Xpf.Editors

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public string DialogFilter { get; set; }

    Property Value

    Type Description
    String

    The dialog’s filter.

    Remarks

    Refer to the following help topic for more information: Filter.

    See Also