Class QueryableQuarterGroup
Used for internal grouping by quarters. This is for internal use only and is not intended to be used directly from your code.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pivot.Queryable.Groups
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public sealed class QueryableQuarterGroup : QueryableGroup
Constructors
QueryableQuarterGroup()
Declaration
public QueryableQuarterGroup()
Properties
Month
Gets the Month part of the group.
Declaration
public int Month { get; set; }
Property Value
System.Int32
|
Quarter
Gets the Quarter part of the group.
Declaration
[Obsolete("Not used. Obsoleted after 2017.Q3.")]
public int Quarter { get; set; }
Property Value
System.Int32
|