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
Property Value
Type | Default | Description |
---|---|---|
Int32 | 1 | The index of the selected filter. |
See Also