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

DataObjectBase.SetDataObject(DependencyObject, DataObjectBase) Method

Sets the value of the DataObjectBase.DataObject attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public static void SetDataObject(
    DependencyObject element,
    DataObjectBase value
)

Parameters

Name Type Description
element DependencyObject

The element to which the attached property is written.

value DataObjectBase

The required DataObjectBase value.

See Also