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.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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