Skip to main content

IGrid interface

Namespace: NextDesign.Core

Description

Provides access to the form's grid.

Affiliation area

NameDescription
EditorAPIs to access editors.

Inherit Base

NameDescription
IFormElementAccess object to form element information.

Property

NameDescription
ColumnsGrid column information
RowsGrid row info
Returns an empty collection if the grid has no rows.

Method

NameDescription
GetSelectedRowsGets 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.