Back to Devexpress

NumericMaskOptions Members

wpf-devexpress-dot-xpf-dot-editors-dot-numericmaskoptions-dot-underscore-members.md

latest7.8 KB
Original Source

NumericMaskOptions Members

Contains settings specific to numeric masks.

Constructors

NameDescription
NumericMaskOptions()Initializes a new instance of the NumericMaskOptions class with the default settings.

Fields

NameDescription
AlwaysShowDecimalSeparatorProperty staticIdentifies the NumericMaskOptions.AlwaysShowDecimalSeparator dependency property.
HideInsignificantZerosProperty staticIdentifies the HideInsignificantZeros attached property.
UpdateSelectionOnMouseUpProperty staticIdentifies the UpdateSelectionOnMouseUp attached property. Inherited from MaskOptions.
ValueAfterDeleteProperty staticIdentifies the ValueAfterDelete attached property.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetAlwaysShowDecimalSeparator(DependencyObject) staticGets the value of the NumericMaskOptions.AlwaysShowDecimalSeparator attached property for a specified DependencyObject.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetHideInsignificantZeros(DependencyObject) staticGet the value of the NumericMaskOptions.HideInsignificantZeros attached property to a specified NumericMaskOptions.
GetType()Gets the Type of the current instance. Inherited from Object.
GetUpdateSelectionOnMouseUp(DependencyObject) staticGets the value of the MaskOptions.UpdateSelectionOnMouseUp attached property for the specified DependencyObject object. Inherited from MaskOptions.
GetValueAfterDelete(DependencyObject) staticGet the value of the NumericMaskOptions.ValueAfterDelete attached property to a specified NumericMaskOptions.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SetAlwaysShowDecimalSeparator(DependencyObject, Boolean) staticSets the value of the NumericMaskOptions.AlwaysShowDecimalSeparator attached property to a specified DependencyObject.
SetHideInsignificantZeros(DependencyObject, Boolean) staticSet the value of the NumericMaskOptions.HideInsignificantZeros attached property to a specified NumericMaskOptions.
SetUpdateSelectionOnMouseUp(DependencyObject, Boolean) staticSets the value of the MaskOptions.UpdateSelectionOnMouseUp attached property for the specified DependencyObject. Inherited from MaskOptions.
SetValueAfterDelete(DependencyObject, ValueAfterDeleteMode) staticSet the value of the NumericMaskOptions.ValueAfterDelete attached property to a specified NumericMaskOptions.
ToString()Returns a string that represents the current object. Inherited from Object.

Attached Properties

NameDescription
AlwaysShowDecimalSeparator staticGets or sets whether to show the decimal separator when the fractional part is zero. This is an attached property.
HideInsignificantZeros staticGets or sets whether the editor hides “ 0 “ (zero) when all digits are removed. This is an attached property.
ValueAfterDelete staticSpecifies whether the editor sets the 0 (zero) or null value after the last digit is removed. This is an attached property.

See Also

NumericMaskOptions Class

DevExpress.Xpf.Editors Namespace