Skip to main content

TextInputTimeSpanMaskSettings.ChangeNextPartOnCycleValueChange Property

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.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

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