Skip to main content
.NET 6.0+

FileTypeFilterAttribute.Index Property

Specifies the file type filter’s index.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.Persistent.Base.v23.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