DocumentCustomProperty.Implicit(Boolean to DocumentCustomProperty) Operator
Implicitly converts a Boolean value to an DocumentCustomProperty value.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Boolean | The object to convert. |
Returns
| Type | Description |
|---|---|
| DocumentCustomProperty | The conversion result. |
See Also