Skip to main content

BooleanExportSettings.CheckText Attached Property

Provides a text representation for Boolean values during export. This is a dependency property. This is an attached property.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Core

Declaration

Returns

Type Description
String

A String value. (Checked, Unchecked, or Indeterminate)

Remarks

When exporting Boolean values, the value of the CheckText property is assigned to the CheckBoxBrick.CheckText property.

See Also