Adf.Web.UI.GridPanel.Add C# (CSharp) Method

Add() public method

Adds the specified Adf.Web.UI.IPanelItem object to the end of the list.
public Add ( ) : void
return void
        public void Add(params IPanelItem[] panelItem)
        {
            gridPanelItems.Add(panelItem);
        }