Skip to main content

DateNavigator.SetNavigator(DependencyObject, DateNavigator) Method

Sets the value of the DateNavigator.Navigator attached property for the specified object.

Namespace: DevExpress.Xpf.Editors.DateNavigator

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetNavigator(
    DependencyObject obj,
    DateNavigator value
)

Parameters

Name Type Description
obj DependencyObject

The object to which the attached property is written.

value DateNavigator

The required DateNavigator value.

See Also