Skip to main content
.NET 6.0+

FileTypeFilterAttribute.FileTypesFilter Property

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

Namespace: DevExpress.Persistent.Base

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

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