Skip to main content

DocumentPreviewMouseEventArgs.ElementTag Property

Gets the Tag property value of the document element for which the corresponding event has been raised.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v25.1.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public object ElementTag { get; }

Property Value

Type Description
Object

An object that specifies the tag of the document element.

See Also