Skip to main content

DiagramShowingOpenDialogEventArgs.Filter Property

Gets or sets the string that determines the file filtering options that appear in the dialog.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public string Filter { get; set; }

Property Value

Type Description
String

The file filtering options available in the dialog. By default, Xml files (*.xml)|*.xml|All files (*.*)|*.*

Remarks

For each filtering option, the filter string contains a description of the filter, followed by the vertical bar (|) and the filter pattern. The string values for different filtering options are separated by the vertical bar.

The image below illustrates the default filtering options.

open file dialog

See Also