Skip to main content

DiagramShowingSaveDialogEventArgs.FilterIndex Property

Gets or sets which filtering option is selected by default.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public int FilterIndex { get; set; }

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