Skip to main content
All docs
V25.1
  • 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.v25.1.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