Skip to main content
.NET 6.0+

IModelFileTypeFilterExtension.Extension Property

Specifies a file extension associated with the current file type filter.

Namespace: DevExpress.ExpressApp.FileAttachments.Win

Assembly: DevExpress.ExpressApp.FileAttachment.Win.v23.2.dll

Declaration

string Extension { get; set; }

Property Value

Type Description
String

A string specifying a file extension associated with the current file type filter.

See Also