DiagramShowingSaveDialogEventArgs.FilterIndex Property
Gets or sets which filtering option is selected by default.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that determines which filtering option is selected by default. |
Remarks
Use the DiagramShowingSaveDialogEventArgs.Filter property to specify the available filters.
See Also