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

BlankItem() public method

Initializes a new instance of the Adf.Web.UI.BlankItem class with the specified blank label.
public BlankItem ( System.Web.UI.WebControls.Label l ) : System.Web.UI.WebControls
l System.Web.UI.WebControls.Label The that defines the blank text.
return System.Web.UI.WebControls
        public BlankItem(Label l)
        {
            _itemControls.Add(l);
        }