Skip to main content
All docs
V25.1
  • DateTimeMaskOptions.SetChangeNextPartOnCycleValueChange(DependencyObject, Nullable<Boolean>) Method

    Set the value of the DateTimeMaskOptions.ChangeNextPartOnCycleValueChange attached property to a specified DateTimeMaskOptions.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.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 DateTimeMaskOptions.ChangeNextPartOnCycleValueChange attached property is written.

    value Nullable<Boolean>

    The DateTimeMaskOptions.ChangeNextPartOnCycleValueChange property value.

    See Also