GridSerializer.GanttBarStyleIdsColumnName property

Gets or sets the GanttBarStyleIds column name.

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

Syntax

'Declaration
Public Property GanttBarStyleIdsColumnName As String
    Get
    Set
'Usage
Dim instance As GridSerializer
Dim value As String

value = instance.GanttBarStyleIdsColumnName

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

Property value

Type: System.String
The column name.

Remarks

The column name refers to the data column of the input data table, rather than a GridColumn object. For more information, see GanttBarStyle.

See also

Reference

GridSerializer class

GridSerializer members

Microsoft.SharePoint.JSGrid namespace