Specifies the type of data stored in a collection item value.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Collections
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public enum CollectionItemValueType
Fields
A date/time value.
C#
Date = 2
A numeric value.
C#
Number = 1
A text string value.
C#
Text = 0