Share via


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