RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridRow..::..AddChildRow Method

Adds a child row to grid.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public void AddChildRow(
	DataEntryGridRow childRow
)
Public Sub AddChildRow ( _
	childRow As DataEntryGridRow _
)
public:
void AddChildRow(
	DataEntryGridRow^ childRow
)

Exceptions


ExceptionCondition
ExceptionThis row must be added to the Rows collection before child rows can be added to it.