Skip to main content
All docs
V25.1
  • DocumentCustomProperty.ToDateTimeValue() Method

    Returns the property value as a DateTime value.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public readonly DateTime ToDateTimeValue()

    Returns

    Type Description
    DateTime

    The property value as DateTime value.

    See Also