Skip to main content
A newer version of this page is available.
All docs
V18.2

OpenFileDialogService.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.v18.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 OpenFileDialogService.Filter property.

See Also