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

GroupTypeGroupPicker() public method

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