GridOptions Properties
Contains options of the GridDashboardItem.| Name | Description |
|---|---|
| AllowCellMerge | Gets or sets whether to merge adjacent cells with identical values. |
| ColumnWidthMode | Gets or sets the mode used to manage grid column widths. |
| EnableBandedRows | Gets or sets whether to apply shading to alternate rows in the grid. |
| ShowColumnHeaders | Gets or sets whether column headers should be displayed. |
| ShowHorizontalLines | Gets or sets whether horizontal grid lines should be displayed. |
| ShowVerticalLines | Gets or sets whether vertical grid lines should be displayed. |
| WordWrap | Gets or sets whether to enable word wrapping. |
See Also