Skip to main content
.NET 6.0+

FileTypeFilterAttribute.FilterID Property

Indicates the current file type filter identifier.

Namespace: DevExpress.Persistent.Base

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

Declaration

public string FilterID { get; }

Property Value

Type Description
String

A string value containing the current file type filter identifier.

See Also