Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public string ElementTag { get; }

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