GridSerializer.HierarchyDescendantCountColumnName property
Gets or sets a ColumnName that is not present in the external source table. Only needs to be specified if there is or could be a DataColumn whose ColumnName equals the value in the constant DefaultGroupingDescendantCountColumnName. If a Microsoft.SharePoint.JSGrid instance is populated by multiple GridSerializer objects over its lifetime, this value must remain consistent.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property HierarchyDescendantCountColumnName As String
Get
Set
'Usage
Dim instance As GridSerializer
Dim value As String
value = instance.HierarchyDescendantCountColumnName
instance.HierarchyDescendantCountColumnName = value
public string HierarchyDescendantCountColumnName { get; set; }
Property value
Type: System.String
A String indicating the column name.