Back to Devexpress

TimeSpanMaskOptions Members

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

latest13.4 KB
Original Source

TimeSpanMaskOptions Members

Contains settings specific to TimeSpan masks.

Constructors

NameDescription
TimeSpanMaskOptions()Initializes a new instance of the TimeSpanMaskOptions class.

Fields

NameDescription
AllowNegativeValueProperty staticIdentifies the TimeSpanMaskOptions.AllowNegativeValue attached property.
AssignValueToEnteredLiteralProperty staticIdentifies the AssignValueToEnteredLiteral attached property.
ChangeNextPartOnCycleValueChangeProperty staticIdentifies the ChangeNextPartOnCycleValueChange attached property.
DefaultPartProperty staticIdentifies the DefaultPart attached property.
HideInsignificantPartsOnlyProperty staticIdentifies the HideInsignificantPartsOnly attached property.
InputModeProperty staticIdentifies the InputMode attached property.
ResetPartsOnSelectAllInputProperty staticIdentifies the ResetPartsOnSelectAllInput attached property.
UpdateSelectionOnMouseUpProperty staticIdentifies the UpdateSelectionOnMouseUp attached property. Inherited from MaskOptions.

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.
GetAllowNegativeValue(DependencyObject) staticGets the value of the TimeSpanMaskOptions.AllowNegativeValue attached property for the specified DependencyObject object.
GetAssignValueToEnteredLiteral(DependencyObject) staticGets the value of the TimeSpanMaskOptions.AssignValueToEnteredLiteral attached property for the specified DependencyObject object.
GetChangeNextPartOnCycleValueChange(DependencyObject) staticGets the value of the TimeSpanMaskOptions.ChangeNextPartOnCycleValueChange attached property for the specified DependencyObject object.
GetDefaultPart(DependencyObject) staticGets the value of the TimeSpanMaskOptions.DefaultPart attached property for the specified DependencyObject object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetHideInsignificantPartsOnly(DependencyObject) staticGet the value of the TimeSpanMaskOptions.HideInsignificantPartsOnly attached property to a specified TimeSpanMaskOptions.
GetInputMode(DependencyObject) staticGets the value of the TimeSpanMaskOptions.InputMode attached property for the specified DependencyObject object.
GetResetPartsOnSelectAllInput(DependencyObject) staticGet the value of the TimeSpanMaskOptions.ResetPartsOnSelectAllInput attached property to a specified TimeSpanMaskOptions.
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.
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.
SetAllowNegativeValue(DependencyObject, Boolean) staticSets the value of the TimeSpanMaskOptions.AllowNegativeValue attached property for the specified DependencyObject.
SetAssignValueToEnteredLiteral(DependencyObject, Boolean) staticSets the value of the TimeSpanMaskOptions.AssignValueToEnteredLiteral attached property for the specified DependencyObject.
SetChangeNextPartOnCycleValueChange(DependencyObject, Boolean) staticSets the value of the TimeSpanMaskOptions.ChangeNextPartOnCycleValueChange attached property for the specified DependencyObject.
SetDefaultPart(DependencyObject, Nullable<TimeSpanPart>) staticSet the value of the TimeSpanMaskOptions.DefaultPart attached property to a specified TimeSpanMaskOptions.
SetHideInsignificantPartsOnly(DependencyObject, Boolean) staticSet the value of the TimeSpanMaskOptions.HideInsignificantPartsOnly attached property to a specified TimeSpanMaskOptions.
SetInputMode(DependencyObject, TimeSpanInputMode) staticSets the value of the TimeSpanMaskOptions.InputMode attached property for the specified DependencyObject.
SetResetPartsOnSelectAllInput(DependencyObject, Nullable<Boolean>) staticSet the value of the TimeSpanMaskOptions.ResetPartsOnSelectAllInput attached property to a specified TimeSpanMaskOptions.
SetUpdateSelectionOnMouseUp(DependencyObject, Boolean) staticSets the value of the MaskOptions.UpdateSelectionOnMouseUp attached property for the specified DependencyObject. Inherited from MaskOptions.
ToString()Returns a string that represents the current object. Inherited from Object.

Attached Properties

NameDescription
AllowNegativeValue staticSpecifies whether the editor allows entering negative values. This is an attached property.
AssignValueToEnteredLiteral staticSpecifies 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 staticSpecifies 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 staticSpecifies 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 staticSpecifies whether the editor displays optional empty parts that may affect the value readability. This is an attached property.
InputMode staticSpecifies how the time span mask restricts entering large numeric values in mask parts. This is an attached property.
ResetPartsOnSelectAllInput staticSpecifies 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

TimeSpanMaskOptions Class

DevExpress.Xpf.Editors Namespace