Back to Devexpress

DocumentCustomPropertyValueType Enum

officefileapi-devexpress-dot-docs-dot-presentation-6620e3ec.md

latest1.4 KB
Original Source

DocumentCustomPropertyValueType Enum

Lists values that indicate the custom document property type.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum DocumentCustomPropertyValueType
vb
Public Enum DocumentCustomPropertyValueType

Members

NameDescription
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.

|

The following properties accept/return DocumentCustomPropertyValueType values:

See Also

DevExpress.Docs.Presentation Namespace