Skip to main content

PreviewClickEventArgs.ElementTag Property

Gets the Tag property value of the control, for which the corresponding event has been raised.

Namespace: DevExpress.Xpf.Printing

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

#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 Viewer.

For a code example, see How to: Create Drill-Down Reports.

See Also