Skip to main content

TreeViewLinkBase.SetDataObject(Object) Method

Sets the object to be printed by this link.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public override void SetDataObject(
    object data
)

Parameters

Name Type Description
data Object

A TreeView object to be printed by this link.

See Also