The following tables list the members exposed by IGrid.
Name | Description | |
---|---|---|
Background | Gets or sets the background style. | |
Borders | Gets or sets the style of the borders. | |
Divider | Gets the divider. | |
Footer | Gets the footer. | |
Header | Gets the header. | |
Height | Gets or sets the height of the grid. | |
KeepSolid | Gets or sets a boolean value indicating whether the grid is a solid, non-breakable element. | |
Margins | Gets or sets spacings between elements. | |
Paddings | Gets or sets the paddings between the borders and the content of an element. | |
Parent | Gets the parent of the grid element. | |
Stretch | Gets or sets a boolean value indicating whether to stretch the content to the bottom of the page. | |
Width | Gets or sets the width of the grid. |
Name | Description | |
---|---|---|
AddColumn | Creates a new column object that implements the Infragistics.Documents.Reports.Report.Grid.IColumn interface and adds it to the internal collection of objects. | |
AddRow | Creates a new row object that implements the Infragistics.Documents.Reports.Report.Grid.IRow interface and adds it to the internal collection of objects. | |
ApplyPattern | Applies a pattern to this grid element. | |
Measure | Measures the grid on a Letter size paper. |