Skip to main content
All docs
V19.2

SaveFileDialogService.FilterIndex Property

Gets or sets the index of the filtering option currently selected in the file dialog box. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public int FilterIndex { get; set; }

Property Value

Type Description
Int32

A System.Int32 value containing the index of the filtering option currently selected in the file dialog box. The default value is 1.

Remarks

To specify filtering options, use the SaveFileDialogService.Filter property.

To learn more, see SaveFileDialogService.

See Also