GridSerializer.HierarchyOutlineLevelColumnName 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 DefaultHierarchyOutlineLevelColumnName. 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 HierarchyOutlineLevelColumnName As String
    Get
    Set
'Usage
Dim instance As GridSerializer
Dim value As String

value = instance.HierarchyOutlineLevelColumnName

instance.HierarchyOutlineLevelColumnName = value
public string HierarchyOutlineLevelColumnName { get; set; }

Property value

Type: System.String
A String specifying the column name.

See also

Reference

GridSerializer class

GridSerializer members

Microsoft.SharePoint.JSGrid namespace