Skip to main content

ExportSettings.SetUrl(DependencyObject, String) Method

Sets the value of the ExportSettings.Url 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 SetUrl(
    DependencyObject obj,
    string value
)

Parameters

Name Type Description
obj DependencyObject

The object to which the attached property is written.

value String

The required String value.

See Also