GridSerializer.PaneLayout property

Gets or sets the pane layout.

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

Syntax

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

value = instance.PaneLayout

instance.PaneLayout = value
public PaneLayout PaneLayout { get; set; }

Property value

Type: Microsoft.SharePoint.JSGrid.PaneLayout
Returns PaneLayout.

See also

Reference

GridSerializer class

GridSerializer members

Microsoft.SharePoint.JSGrid namespace