Adf.Web.UI.TwoColumnPanel.InitRendering C# (CSharp) Метод

InitRendering() защищенный Метод

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.
Результат void
        protected override void InitRendering(HtmlTable table)
        {
            split = Count / 2;
        }