Skip to main content
A newer version of this page is available. .

ExportSettings.GetElementTag(DependencyObject) Method

Gets the value of the PreviewClickEventArgs.ElementTag attached property for a specified DependencyObject.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static string GetElementTag(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

A DependencyObject whose PreviewClickEventArgs.ElementTag property’s value is to be returned.

Returns

Type Description
String

The value of the PreviewClickEventArgs.ElementTag property for the specified DependencyObject.

See Also