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

Used for internal grouping by weeks. 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 class QueryableWeekGroup : QueryableGroup

Inheritance: objectQueryableGroupQueryableWeekGroup

Inherited Members QueryableGroup.IsValid

Constructors

C#
public QueryableWeekGroup()

Properties

Gets the Date part of the group.

C#
public DateTime Date { get; }

Gets the Day part of the group.

C#
public int Day { get; set; }

Gets the Month part of the group.

C#
public int Month { get; set; }

Gets the Year part of the group.

C#
public int Year { get; set; }