Class QueryableSecondGroup
Used for internal grouping by seconds. 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 class QueryableSecondGroup : QueryableGroup
Constructors
QueryableSecondGroup()
Declaration
public QueryableSecondGroup()
Properties
Second
Gets the Second part of the group.
Declaration
public int Second { get; set; }
Property Value
System.Int32
|