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

FileDialogBase.Filter Property

Allows you to save or open files only of specific types. This property is identical to the standard FileDialog.Filter property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v19.2.dll

Declaration

[DefaultValue("")]
[DXCategory("Behavior")]
public string Filter { get; set; }

Property Value

Type Default Description
String String.Empty

A list of allowed file extensions.

See Also