Skip to main content

CreateAreaEventArgs.Data Property

Gets or sets the object, which represents data for the area creation event.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public object Data { get; set; }

#Property Value

Type Description
Object

A Object, which represents event data.

#Examples

This example demonstrates how to use the SimpleLink class to print data from a non-hierarchical data source, by using the following approach.

See Also