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