Class
QueryableGroup

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:

cs-api-definition
public class QueryableGroup

Inheritance: objectQueryableGroup

Derived Classes: QueryableDayGroupQueryableDoubleGroupQueryableHourGroupQueryableMinuteGroupQueryableMonthGroupQueryablePropertyGroupQueryableQuarterGroupQueryableSecondGroupQueryableWeekGroupQueryableYearGroup

Constructors

QueryableGroup()

Declaration

cs-api-definition
public QueryableGroup()

Properties

IsValid

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

Declaration

cs-api-definition
public bool IsValid { get; set; }

Property Value

bool

true if this instance is valid; otherwise, false.