GroupDescriptions Property
GroupDescriptions
Gets the group descriptions applied to the data.
Declaration
public virtual IReadOnlyList<GroupDescription> GroupDescriptions { get; }
Public Overridable ReadOnly Property GroupDescriptions As IReadOnlyList(Of GroupDescription)
Implements