Skip to main content

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

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

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

Parameters

Name Type
builder PropertyMetadataBuilder<T, Int64>
mask String

Optional Parameters

Name Type Default
useMaskAsDisplayFormat Boolean True

Type Parameters

Name
T

Returns

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