wpf-devexpress-dot-xpf-dot-editors-dot-numericmaskoptions-dot-underscore-members.md
Contains settings specific to numeric masks.
| Name | Description |
|---|---|
| NumericMaskOptions() | Initializes a new instance of the NumericMaskOptions class with the default settings. |
| Name | Description |
|---|---|
| AlwaysShowDecimalSeparatorProperty static | Identifies the NumericMaskOptions.AlwaysShowDecimalSeparator dependency property. |
| HideInsignificantZerosProperty static | Identifies the HideInsignificantZeros attached property. |
| UpdateSelectionOnMouseUpProperty static | Identifies the UpdateSelectionOnMouseUp attached property. Inherited from MaskOptions. |
| ValueAfterDeleteProperty static | Identifies the ValueAfterDelete attached property. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines 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) static | Gets the value of the NumericMaskOptions.AlwaysShowDecimalSeparator attached property for a specified DependencyObject. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetHideInsignificantZeros(DependencyObject) static | Get 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) static | Gets the value of the MaskOptions.UpdateSelectionOnMouseUp attached property for the specified DependencyObject object. Inherited from MaskOptions. |
| GetValueAfterDelete(DependencyObject) static | Get the value of the NumericMaskOptions.ValueAfterDelete attached property to a specified NumericMaskOptions. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| SetAlwaysShowDecimalSeparator(DependencyObject, Boolean) static | Sets the value of the NumericMaskOptions.AlwaysShowDecimalSeparator attached property to a specified DependencyObject. |
| SetHideInsignificantZeros(DependencyObject, Boolean) static | Set the value of the NumericMaskOptions.HideInsignificantZeros attached property to a specified NumericMaskOptions. |
| SetUpdateSelectionOnMouseUp(DependencyObject, Boolean) static | Sets the value of the MaskOptions.UpdateSelectionOnMouseUp attached property for the specified DependencyObject. Inherited from MaskOptions. |
| SetValueAfterDelete(DependencyObject, ValueAfterDeleteMode) static | Set the value of the NumericMaskOptions.ValueAfterDelete attached property to a specified NumericMaskOptions. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Name | Description |
|---|---|
| AlwaysShowDecimalSeparator static | Gets or sets whether to show the decimal separator when the fractional part is zero. This is an attached property. |
| HideInsignificantZeros static | Gets or sets whether the editor hides “ 0 “ (zero) when all digits are removed. This is an attached property. |
| ValueAfterDelete static | Specifies whether the editor sets the 0 (zero) or null value after the last digit is removed. This is an attached property. |
See Also