Rock.Web.UI.Controls.ValueList.ValueList C# (CSharp) Method

ValueList() public method

Initializes a new instance of the ValueList class.
public ValueList ( ) : System
return System
        public ValueList()
            : base()
        {
            this.HelpBlock = new HelpBlock();
            this.WarningBlock = new WarningBlock();
        }