GridSerializer.GanttStyleInfo property

Gets the gantt style information.

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

Syntax

'Declaration
Public ReadOnly Property GanttStyleInfo As GanttStyleInfo
    Get
'Usage
Dim instance As GridSerializer
Dim value As GanttStyleInfo

value = instance.GanttStyleInfo
public GanttStyleInfo GanttStyleInfo { get; }

Property value

Type: Microsoft.SharePoint.JSGrid.GanttStyleInfo
Returns GanttStyleInfo.

See also

Reference

GridSerializer class

GridSerializer members

Microsoft.SharePoint.JSGrid namespace