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

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

See Also