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.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pivot.Queryable.Groups
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class QueryablePropertyGroup : QueryableGroup
Constructors
QueryablePropertyGroup()
Declaration
public QueryablePropertyGroup()
Properties
Value
Gets the value of the group.
Declaration
public object Value { get; set; }
Property Value
System.Object
|