Skip to main content
All docs
V25.1
  • DocumentCustomProperty.Implicit(Double to DocumentCustomProperty) Operator

    Implicitly converts a Double value to an DocumentCustomProperty value.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public static implicit operator DocumentCustomProperty(double value)

    Parameters

    Name Type Description
    value Double

    An object to convert.

    Returns

    Type Description
    DocumentCustomProperty

    The result of conversion.

    See Also