Skip to main content

BooleanExportSettings.GetCheckText(DependencyObject) Method

Gets the value of the BooleanExportSettings.CheckText attached property from a given object.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static string GetCheckText(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

An object whose BooleanExportSettings.CheckText property’s value must be returned.

Returns

Type Description
String

The value of the BooleanExportSettings.CheckText attached property for the specified object.

See Also