Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TimeSpanMaskOptions.ChangeNextPartOnCycleValueChange Attached Property

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.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

#Returns

Type Description
Boolean

true, to change the next mask part on a cycle value change; otherwise, false. The default is true.

#Remarks

End users can change numeric values in a time span mask using the Up/Down Arrows or a mouse wheel. When a user reaches the maximum/minimum value in the current mask part, the value in the next mask part increments/decrements respectively.

Set the ChangeNextPartOnCycleValueChange option to false to prevent incrementing/decrementing the next mask part value on a cycle value change.

Property Value Image
ChangeNextPartOnCycleValueChange="True"
ChangeNextPartOnCycleValueChange="False"
See Also