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.
Inheritance
System.Object
QueryableGroup
Namespace: Telerik.Pivot.Queryable.Groups
Assembly: Telerik.Pivot.DataProviders.Queryable.dll
Syntax
public class QueryableGroup : Object
Constructors
QueryableGroup()
Declaration
public QueryableGroup()
Properties
IsValid
Gets or sets a value indicating whether this instance is valid.
Declaration
public bool IsValid { get; set; }
Property Value
System.Boolean
|