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

Base class for groups used by QueryableDataProvider. 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 QueryableGroup

Inheritance: objectQueryableGroup

Derived Classes: QueryableDayGroupQueryableDoubleGroupQueryableHourGroupQueryableMinuteGroupQueryableMonthGroupQueryablePropertyGroupQueryableQuarterGroupQueryableSecondGroupQueryableWeekGroupQueryableYearGroup...

Constructors

C#
public QueryableGroup()

Properties

Gets or sets a value indicating whether this instance is valid.

C#
public bool IsValid { get; set; }
Property Value:

true if this instance is valid; otherwise, false.