Skip to main content

TimeSpanMaskOptions.SetChangeNextPartOnCycleValueChange(DependencyObject, Boolean) Method

Sets the value of the TimeSpanMaskOptions.ChangeNextPartOnCycleValueChange attached property for the specified DependencyObject.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetChangeNextPartOnCycleValueChange(
    DependencyObject d,
    bool value
)

Parameters

Name Type Description
d DependencyObject

The element to which the attached property is written.

value Boolean

The TimeSpanMaskOptions.ChangeNextPartOnCycleValueChange property value.

See Also