FormComponentGridRow Class
A row containing an array of FormComponents
Namespace: Ensur.Core.Main.POCOs.FormsAssembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
public class FormComponentGridRow
Public Class FormComponentGridRow
Ensur.Core.Main.POCOs.Forms.FormComponentGridRow = function();
Type.createClass(
'Ensur.Core.Main.POCOs.Forms.FormComponentGridRow');
- Inheritance
- Object FormComponentGridRow
| Cells |
An array of individual componets.
|
| MarkForDeletion |
Set to true when this row needs to be deleted on save.
|
| RowID |
An ID that relates these form components to a grid row. Leave Null when adding a new row.
|
| SortOrder |
The order that the rows in the grid are sorted. When inserting a new row, leave this at Null to add it to the bottom of the collection
|