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

NumericUnsignedPropertyMetadataBuilderExtensions.NumericMask<T>(PropertyMetadataBuilder<T, UInt32>, String, Boolean) Method

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public static NumericMaskBuilder<T, uint, PropertyMetadataBuilder<T, uint>> NumericMask<T>(
    this PropertyMetadataBuilder<T, uint> builder,
    string mask,
    bool useMaskAsDisplayFormat = true
)

Parameters

Name Type
builder PropertyMetadataBuilder<T, UInt32>
mask String

Optional Parameters

Name Type Default
useMaskAsDisplayFormat Boolean True

Type Parameters

Name
T

Returns

Type
DevExpress.Mvvm.DataAnnotations.NumericMaskBuilder<T, UInt32, PropertyMetadataBuilder<T, UInt32>>
See Also