PreviewClickEventArgs.Element Property
Gets the element for which the corresponding event has been raised.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v21.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
FrameworkElement | A FrameworkElement object. |
Remarks
Use the Element and PreviewClickEventArgs.ElementTag properties, to provide interactive functionality for reports shown in the Document Preview.
For more information, see How to: Create Drill-Down Reports.
See Also