Class
QueryablePropertyGroup

Used for internal grouping by simple properties. 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 QueryablePropertyGroup : QueryableGroup

Inheritance: objectQueryableGroupQueryablePropertyGroup

Inherited Members QueryableGroup.IsValid

Constructors

QueryablePropertyGroup()

Declaration

cs-api-definition
public QueryablePropertyGroup()

Properties

Value

Gets the value of the group.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object