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

TextExportSettings.SetTextValue(DependencyObject, Object) Method

Sets the value of the TextExportSettings.TextValue attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public static void SetTextValue(
    DependencyObject obj,
    object value
)

Parameters

Name Type Description
obj DependencyObject

The object to which the attached property is written.

value Object

The required Object value.

See Also