Skip to main content
A newer version of this page is available. .

DiagramShowingOpenDialogEventArgs.Filter Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

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