Skip to main content
.NET 6.0+

IModelFileTypeFilter.Id Property

Indicates the current file type filter identifier.

Namespace: DevExpress.ExpressApp.FileAttachments.Win

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

Declaration

[Required]
string Id { get; set; }

Property Value

Type Description
String

A string specifying the current file type filter identifier.

Remarks

If you change this property value, make sure it is unique.

See Also