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

BooleanExportSettings.SetBooleanValue(DependencyObject, Nullable<Boolean>) Method

Sets the value of the BooleanExportSettings.BooleanValue attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetBooleanValue(
    DependencyObject obj,
    bool? value
)

Parameters

Name Type Description
obj DependencyObject

The object to which the attached property is written.

value Nullable<Boolean>

The required Nullable<T><Boolean,> value.

See Also