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.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | DependencyObject | The object to which the attached property is written. |
| value | DateNavigator | The required DateNavigator value. |
See Also