FormComponentGridRow Class

A row containing an array of FormComponents

Definition

Namespace: Ensur.Core.Main.POCOs.Forms
Assembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class FormComponentGridRow
Inheritance
Object    FormComponentGridRow

Constructors

FormComponentGridRowInitializes a new instance of the FormComponentGridRow class

Properties

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

See Also