Skip to main content

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.v24.2.dll

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

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