Adf.Web.UI.SmartPanel.Add C# (CSharp) Méthode

Add() public méthode

Adds the specified Adf.Web.UI.IPanelItem object to the end of the list.
public Add ( IPanelItem panelItem ) : void
panelItem IPanelItem The to add to the end of the list. The value can be null for reference types.
Résultat void
        public void Add(IPanelItem panelItem)
        {
            panelItems.Add(panelItem);
        }