Habanero.Faces.Base.PanelFactoryInfo.GetFormGrid C# (CSharp) Méthode

GetFormGrid() public méthode

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