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

FileDialogBase.FilterIndex Property

Gets or sets the index of the filter currently selected in the file dialog box. This property is identical to the standard FileDialog.FilterIndex property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Dialogs

Declaration

[DefaultValue(1)]
[DXCategory("Behavior")]
public int FilterIndex { get; set; }

Property Value

Type Default Description
Int32 1

The index of the selected filter.

See Also