Skip to main content
All docs
V25.1
  • DocumentCustomProperty.Type Property

    Obtains the property type.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public DocumentCustomPropertyValueType Type { get; }

    Property Value

    Type Description
    DocumentCustomPropertyValueType

    An enumeration value that indicates the property type.

    Available values:

    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.

    See Also