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

    Returns the property value as a Boolean value.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public readonly bool ToBooleanValue()

    Returns

    Type Description
    Boolean

    The property value as Boolean value.

    See Also