Skip to main content
All docs
V26.1
  • DocumentCustomProperty.Implicit(Int32 to DocumentCustomProperty) Operator

    Implicitly converts a Int32 value to an DocumentCustomProperty value.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public static implicit operator DocumentCustomProperty(int value)

    Parameters

    Name Type Description
    value Int32

    The object to convert.

    Returns

    Type Description
    DocumentCustomProperty

    The conversion result.

    See Also