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

RockDropDownList() public method

Initializes a new instance of the RockDropDownList class.
public RockDropDownList ( ) : System.Collections.Generic
return System.Collections.Generic
        public RockDropDownList()
        {
            RequiredFieldValidator = new RequiredFieldValidator();
            RequiredFieldValidator.ValidationGroup = this.ValidationGroup;
            HelpBlock = new HelpBlock();
            WarningBlock = new WarningBlock();
        }