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

DiagramShowingSaveDialogEventArgs.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.

Use the DiagramShowingSaveDialogEventArgs.FilterIndex property to specify which filtering option is selected by default.

See Also