About the Grid Label Pane view
The Grid Label Pane view is a view of the ComponentGrid component. This view provides a tabular display of all the points that are assigned to the ComponentGrid.
In the Grid Table Pane view, you can write to points (issue commands) using the popup menu, if you have write permissions. Points in the table also display color-coded status, as shown.

In the Px Editor view, you can use the GridLabelPane widget to layout the table on a Px page and edit the properties of the display properties, as shown in the figure below. These properties allow you to change the font-type and color, as well as set the text alignment of the table cells, table heading, and first column properties.

GridLabelPane properties include the following:
Cell Align
This property provides options for setting the alignment of cell content (left, right, center, fill).
Cell Brush
This property specifies the color of the content (for example, font color) within the table cells.
Enabled
When set to true, the table in the Px page interface is commandable using the popup menu. When this property is set to false, the display is still visible but not commandable.
First Column Align
This property provides options for setting the alignment of cell content (left, right, center, fill) for the first column in the table.
First Column Brush
This property specifies the color of the content within the first column table cells.
Header Align
This property provides options for setting the alignment of cell content (left, right, center, fill) for the top row of the table (the table heading).
Header Brush
This property specifies the color of the content within the table heading cells
Header Font
This property allows you to set the font-type and font properties for the table heading.
Layout
This property allows you to specify the size and location of the table in relation to its parent (X, Y, coordinates, height and width). Alternatively, you can select a fill option to have the table expand to the limits of its parent container.
Visible
When set to true, the table in the Px page interface is visible. When this property is set to false, the display is not visible.