Skip to main content
A newer version of this page is available. .

PropertyMetadataBuilderExtensions.EnumDataType<T>(PropertyMetadataBuilder<T, Nullable<Int32>>, Type) Method

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public static PropertyMetadataBuilder<T, int?> EnumDataType<T>(
    this PropertyMetadataBuilder<T, int?> builder,
    Type enumType
)

Parameters

Name Type
builder PropertyMetadataBuilder<T, Nullable<Int32>>
enumType Type

Type Parameters

Name
T

Returns

Type
PropertyMetadataBuilder<T, Nullable<Int32>>
See Also