NumericUnsignedPropertyMetadataBuilderExtensions.NumericMask<T>(PropertyMetadataBuilder<T, UInt64>, String, Boolean) Method
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
public static NumericMaskBuilder<T, ulong, PropertyMetadataBuilder<T, ulong>> NumericMask<T>(
this PropertyMetadataBuilder<T, ulong> builder,
string mask,
bool useMaskAsDisplayFormat = true
)
Parameters
Name | Type |
---|---|
builder | PropertyMetadataBuilder<T, UInt64> |
mask | String |
Optional Parameters
Name | Type | Default |
---|---|---|
useMaskAsDisplayFormat | Boolean | True |
Type Parameters
Name |
---|
T |
Returns
Type |
---|
DevExpress.Mvvm.DataAnnotations.NumericMaskBuilder<T, UInt64, PropertyMetadataBuilder<T, UInt64>> |
See Also