Adf.Core.Panels.PanelRow.Add C# (CSharp) Method

Add() public method

public Add ( PanelItem item ) : void
item PanelItem
return void
        public void Add(PanelItem item)
        {
            item.Row = this;
            items.Add(item);
        }