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