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

DiagramShowingSaveDialogEventArgs.FilterIndex Property

Gets or sets which filtering option is selected by default.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

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