Skip to main content

ExportSettings.SetElementTag(DependencyObject, String) Method

Sets the value of the ExportSettings.ElementTag attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetElementTag(
    DependencyObject obj,
    string value
)

Parameters

Name Type Description
obj DependencyObject

A DependencyObject whose ExportSettings.ElementTag property is to be set.

value String

The value to be assigned to the ExportSettings.ElementTag property.

See Also