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

PropertyMetadataBuilderExtensions.NumericMask<T>(PropertyMetadataBuilder<T, Decimal>, String, Boolean) Method

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

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

Parameters

Name Type
builder PropertyMetadataBuilder<T, Decimal>
mask String

Optional Parameters

Name Type Default
useMaskAsDisplayFormat Boolean True

Type Parameters

Name
T

Returns

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