Habanero.Faces.Base.PanelFactoryInfo.GetFormGrid C# (CSharp) Method

GetFormGrid() public method

Constructs and returns an IEditableGridControl for a specified relationship.
public GetFormGrid ( string relationShipName ) : IEditableGridControl
relationShipName string
return IEditableGridControl
        public IEditableGridControl GetFormGrid(string relationShipName)
        {
            return _formGrids[relationShipName];
        }