FileTypeFilterAttribute.Index Property
Specifies the file type filter’s index.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
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