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

LineItem() public method

Initializes a new instance of the Adf.Web.UI.LineItem class with the specified label.
public LineItem ( System.Web.UI.WebControls.Label l ) : System.Web.UI.WebControls
l System.Web.UI.WebControls.Label The that defines a line to display within .
return System.Web.UI.WebControls
        public LineItem(Label l)
        {
            _itemControls.Add(l);
        }