Back to Devexpress

DateNavigator.GetNavigator(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-editors-dot-datenavigator-dot-datenavigator-dot-getnavigator-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.7 KB
Original Source

DateNavigator.GetNavigator(DependencyObject) Method

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

Namespace : DevExpress.Xpf.Editors.DateNavigator

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static DateNavigator GetNavigator(
    DependencyObject obj
)
vb
Public Shared Function GetNavigator(
    obj As DependencyObject
) As DateNavigator

Parameters

NameTypeDescription
objDependencyObject

The object from which the property value is read.

|

Returns

TypeDescription
DateNavigator

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

|

See Also

DateNavigator Class

DateNavigator Members

DevExpress.Xpf.Editors.DateNavigator Namespace