Skip to main content

IGridCell interface

Namespace: NextDesign.Core

Description

Provides access to form grid row cells.

Affiliation area

NameDescription
EditorAPIs to access editors.

Property

NameDescription
ColumnColumn Info
ModelModel
Equal to the Model of the grid row (IGridRow) to which this cell belongs.
PathPath
Equivalent to Column.Path.

Method

NameDescription
GetValueGets the value of this cell.
Calling this method is equivalent to this.Model.GetField(this.Path).

Annotations

This element does not inherit from IEditorElement.