| Attributes |
| Name | Required | Request-time | Type | Description |
| binding | no | true | javax.el.ValueExpression | Using an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean. |
| draggable | no | true | boolean | Specifies whether the panes are draggable or not. Default = 'true'. |
| id | no | true | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
| marginX | no | true | int | The size of the horizontal margins between panes, in pixels. Default = '10'. |
| marginY | no | true | int | The size of the vertical margins between panes, in pixels. Default = '10'. |
| maxColumns | no | true | int | The maximum number of columns to allow in the dashboard. Valid values range from 1 to 100. Any other value will be treated as 100. Default = '5'. |
| paneHeight | no | true | int | The base/minimum height of the panes in pixels, which determines the row height as well. This value can be multiplied by the pane's "sizeY" property. Default = '150'. |
| paneWidth | no | true | int | The base/minimum width of the panes in pixels, which determines the column width as well. This value can be multiplied by the pane's "sizeX" property. Default = '150'. |
| rendered | no | true | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |
| resizable | no | true | boolean | Specifies whether the panes are resizable or not. Default = 'false'. |
| style | no | true | java.lang.String | Style to apply to the main container element. |
| styleClass | no | true | java.lang.String | Style class of the main container element. |