Skip to main content

PreviewClickEventArgs.Element Property

Gets 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 FrameworkElement Element { get; }

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