Skip to main content
All docs
V23.2

DateTimeMaskOptions.GetChangeNextPartOnCycleValueChange(DependencyObject) Method

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static bool? GetChangeNextPartOnCycleValueChange(
    DependencyObject d
)

Parameters

Name Type Description
d DependencyObject

An object whose DateTimeMaskOptions.ChangeNextPartOnCycleValueChange attached property value is returned.

Returns

Type Description
Nullable<Boolean>

The DateTimeMaskOptions.ChangeNextPartOnCycleValueChange attached property value for the specified object.

See Also