Skip to main content

DiagramShowingSaveDialogEventArgs.FilterIndex Property

Gets or sets which filtering option is selected by default.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.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