Skip to main content
All docs
V23.2

BrowsePathEdit.DialogFilter Property

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

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.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