GroupTypes Property (DateTimeGroupProvider)
In This Topic
Gets the collection of group specifiers using the TimeUnits enumeration. The index of each specifier indicates (level-1). Specifiers modified using the collection Add, Insert and Remove methods of the collection. If no values are specified, values are automatically selected based on the range.
Syntax
'Declaration
<C1DescriptionAttribute("DateTimeGroupProvider.GroupTypes", "Gets the collection of group specifiers using the TimeUnits enumeration. The index of each specifier indicates (level-1). Specifiers modified using the collection Add, Insert and Remove methods of the collection. If no values are specified, values are automatically selected based on the range.")>
Public ReadOnly Property GroupTypes As ObservableCollection(Of TimeUnits)
[C1Description("DateTimeGroupProvider.GroupTypes", "Gets the collection of group specifiers using the TimeUnits enumeration. The index of each specifier indicates (level-1). Specifiers modified using the collection Add, Insert and Remove methods of the collection. If no values are specified, values are automatically selected based on the range.")]
public ObservableCollection<TimeUnits> GroupTypes {get;}
See Also