Skip to main content
All docs
V25.1
  • DocumentCustomPropertyValueType Enum

    Lists values that indicate the custom document property type.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public enum DocumentCustomPropertyValueType

    Members

    Name Description
    String

    The custom property type is String.

    DateTime

    The custom property type is DateTime.

    Integer

    The custom property type is Integer.

    Boolean

    The custom property type is Boolean.

    Double

    The custom property type is Double.

    Decimal

    The custom property type is Decimal.

    Related API Members

    The following properties accept/return DocumentCustomPropertyValueType values:

    See Also