Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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