Skip to main content
.NET 6.0+

FileTypeFilterAttribute.FilterCaption Property

Specifies the file type filter description.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.Persistent.Base.v23.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