GridField.HierarchyTable Property

Gets or sets the hierarchy table for this grid field.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property HierarchyTable As IDictionary(Of Object, Object)
    Get
    Set
'Usage
Dim instance As GridField
Dim value As IDictionary(Of Object, Object)

value = instance.HierarchyTable

instance.HierarchyTable = value
public IDictionary<Object, Object> HierarchyTable { get; set; }

Property Value

Type: System.Collections.Generic.IDictionary<Object, Object>
An IDictionary<TKey, TValue> that maps item keys to the item key of that item's parent. This represents the hierarchy of values to be used during hierarchical grouping.

Remarks

Setting this indicates that hierarchical grouping will be enabled if someone groups on this field.

See Also

Reference

GridField Class

GridField Members

Microsoft.SharePoint.JSGrid Namespace