Adf.Web.UI.TitleItem.TitleItem C# (CSharp) Method

TitleItem() public method

Initializes a new instance of the Adf.Web.UI.TitleItem class with the specified item.
public TitleItem ( System.Web.UI.WebControls.Label l ) : System
l System.Web.UI.WebControls.Label The that defines the control which will be added into .
return System
        public TitleItem(Label l)
        {
            _itemControls.Add(l);
        }