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.v26.1.dll
Declaration
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