New to Telerik UI for WPFStart a free 30-day trial

Used for internal grouping by months. This is for internal use only and is not intended to be used directly from your code.

Definition

Namespace:Telerik.Pivot.Queryable.Groups

Assembly:Telerik.Pivot.DataProviders.Queryable.dll

Syntax:

C#
public sealed class QueryableMonthGroup : QueryableGroup

Inheritance: objectQueryableGroupQueryableMonthGroup

Inherited Members QueryableGroup.IsValid

Constructors

C#
public QueryableMonthGroup()

Properties

Gets the Month part of the group.

C#
public int Month { get; set; }