Skip to main content
All docs
V26.1
  • 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.v26.1.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