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