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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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