Class QueryableYearGroup
Used for internal grouping by years. This is for internal use only and is not intended to be used directly from your code.
Inherited Members
Namespace: Telerik.Pivot.Queryable.Groups
Assembly: Telerik.Pivot.DataProviders.Queryable.dll
Syntax
public sealed class QueryableYearGroup : QueryableGroup
Constructors
QueryableYearGroup()
Declaration
public QueryableYearGroup()
Properties
Year
Gets the Year part of the group.
Declaration
public int Year { get; set; }
Property Value
System.Int32
|