TextInputTimeSpanMaskSettings.ChangeNextPartOnCycleValueChange Property
In This Article
Specifies whether to change the next mask part when increasing or decreasing the current mask part out of a valid range. This is a dependency property.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(true, Handler = "OnMaskPropertiesChanged")]
public bool ChangeNextPartOnCycleValueChange { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true, to change the next mask part when increasing or decreasing the current mask part out of a valid range; otherwise, false. |
See Also