wpf-devexpress-dot-xpf-dot-editors-dot-timespanmaskoptions-dot-underscore-members.md
Contains settings specific to TimeSpan masks.
| Name | Description |
|---|---|
| TimeSpanMaskOptions() | Initializes a new instance of the TimeSpanMaskOptions class. |
| Name | Description |
|---|---|
| AllowNegativeValueProperty static | Identifies the TimeSpanMaskOptions.AllowNegativeValue attached property. |
| AssignValueToEnteredLiteralProperty static | Identifies the AssignValueToEnteredLiteral attached property. |
| ChangeNextPartOnCycleValueChangeProperty static | Identifies the ChangeNextPartOnCycleValueChange attached property. |
| DefaultPartProperty static | Identifies the DefaultPart attached property. |
| HideInsignificantPartsOnlyProperty static | Identifies the HideInsignificantPartsOnly attached property. |
| InputModeProperty static | Identifies the InputMode attached property. |
| ResetPartsOnSelectAllInputProperty static | Identifies the ResetPartsOnSelectAllInput attached property. |
| UpdateSelectionOnMouseUpProperty static | Identifies the UpdateSelectionOnMouseUp attached property. Inherited from MaskOptions. |
| Name | Description |
|---|---|
| AllowNegativeValue static | Specifies whether the editor allows entering negative values. This is an attached property. |
| AssignValueToEnteredLiteral static | Specifies whether the editor should assign the entered value to a mask part that corresponds to the first symbol of the entered literal. This is an attached property. |
| ChangeNextPartOnCycleValueChange static | Specifies whether to change the next mask part when increasing or decreasing the current mask part out of a valid range. This is an attached property. |
| DefaultPart static | Specifies the mask part (minutes, seconds, etc.) to which the entered numeric value is assigned if the editor’s edit value is empty. This is an attached property. |
| HideInsignificantPartsOnly static | Specifies whether the editor displays optional empty parts that may affect the value readability. This is an attached property. |
| InputMode static | Specifies how the time span mask restricts entering large numeric values in mask parts. This is an attached property. |
| ResetPartsOnSelectAllInput static | Specifies whether the editor clears all value parts when a user selects all text and enters a new value. This is an attached property. |
See Also