Skip to main content

BooleanExportSettings.SetCheckText(DependencyObject, String) Method

Sets the value of the BooleanExportSettings.CheckText attached property for a given object.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetCheckText(
    DependencyObject obj,
    string value
)

Parameters

Name Type Description
obj DependencyObject

An object for which the BooleanExportSettings.CheckText attached property is set.

value String

The value for the BooleanExportSettings.CheckText attached property.

See Also