Back to Devexpress

NumericMaskOptions Methods

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

latest5.8 KB
Original Source

NumericMaskOptions Methods

Contains settings specific to numeric masks.

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.

See Also

NumericMaskOptions Class

NumericMaskOptions Members

DevExpress.Xpf.Editors Namespace