Adf.Web.Binding.LabelBinder.Bind C# (CSharp) Method

Bind() public method

Binds the properties of the specified System.Web.UI.WebControls.Label with the specified list. Currently not supported.
public Bind ( object control, IEnumerable values ) : void
control object The , the /// properties of which are to bind to.
values IEnumerable The list to bind.
return void
        public void Bind(object control, IEnumerable values, params object[] p)
        {
            throw new NotSupportedException();
        }

Same methods

LabelBinder::Bind ( object control, object values ) : void
LabelBinder::Bind ( object control, object value, PropertyInfo pi ) : void
LabelBinder