Back to Devexpress

DataObjectBase.GetDataObject(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-core-dot-dataobjectbase-dot-getdataobject-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.7 KB
Original Source

DataObjectBase.GetDataObject(DependencyObject) Method

Gets the value of the DataObjectBase.DataObject attached property for a specified DependencyObject.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static DataObjectBase GetDataObject(
    DependencyObject element
)
vb
Public Shared Function GetDataObject(
    element As DependencyObject
) As DataObjectBase

Parameters

NameTypeDescription
elementDependencyObject

The element from which the property value is read.

|

Returns

TypeDescription
DataObjectBase

The DataObjectBase.DataObject property value for the element.

|

See Also

DataObject

DataObjectBase Class

DataObjectBase Members

DevExpress.Xpf.Core Namespace