Adf.Web.UI.TwoColumnPanel.InitRendering C# (CSharp) Method

InitRendering() protected method

Computes at which point the rows should be added to the right panel.
protected InitRendering ( System.Web.UI.HtmlControls.HtmlTable table ) : void
table System.Web.UI.HtmlControls.HtmlTable The table.
return void
        protected override void InitRendering(HtmlTable table)
        {
            split = Count / 2;
        }