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

FileTypeFilterAttribute.Index Property

Specifies the file type filter’s index.

Namespace: DevExpress.Persistent.Base

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

Declaration

public int Index { get; }

Property Value

Type Description
Int32

An integer value specifying the file type filter’s index.

Remarks

When multiple file type filters are defined for a file data property, the Index property values are used to arrange the file type filters.

See Also