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.v22.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
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