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

FileTypeFilterAttribute.FilterID Property

Indicates the current file type filter identifier.

Namespace: DevExpress.Persistent.Base

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

Declaration

public string FilterID { get; }

Property Value

Type Description
String

A string value containing the current file type filter identifier.

See Also