Skip to main content

FileTypeFilterAttribute.FileTypesFilter Property

Returns the filter string passed to the dialog windows representing the Open dialog.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.Persistent.Base.v25.2.dll

NuGet Package: DevExpress.Persistent.Base

Declaration

public string FileTypesFilter { get; }

Property Value

Type Description
String

A string that is passed to the dialog windows representing the Open dialog.

Remarks

This string is composed of the file type filter description and associated file extension. Generally, you do not need to use this property.

See Also