IGrid interface
Namespace: NextDesign.Core
Description
Provides access to the form's grid.
Affiliation area
Name | Description |
---|---|
Editor | APIs to access editors. |
Inherit Base
Name | Description |
---|---|
IFormElement | Access object to form element information. |
Property
Name | Description |
---|---|
Columns | Grid column information |
Rows | Grid row info Returns an empty collection if the grid has no rows. |
Method
Name | Description |
---|---|
GetSelectedRows | Gets the selected rows in this grid. The order of the collection of select elements is indeterminate. Returns an empty collection if there are no selected rows. |