Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

FileTypeFilterAttribute.FilterCaption Property

Specifies the file type filter description.

Namespace: DevExpress.Persistent.Base

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

Declaration

public string FilterCaption { get; }

Property Value

Type Description
String

A string holding the file type filter description.

Remarks

This description is displayed in the Open dialog’s “Files of type” box, along with the associated file extensions.

See Also