/// <summary> /// Initializes a new instance of the <see cref="MonthYearPicker"/> class. /// </summary> public MonthYearPicker() : base() { RockControlHelper.Init(this); }
/// <summary> /// Initializes a new instance of the <see cref="RockTextBox" /> class. /// </summary> public RockTextBox() : base() { RockControlHelper.Init(this); }
/// <summary> /// Initializes a new instance of the <see cref="DateTimePicker"/> class. /// </summary> public DateTimePicker() : base() { RockControlHelper.Init(this); }
/// <summary> /// Initializes a new instance of the <see cref="AddressControl"/> class. /// </summary> public AddressControl() : base() { RockControlHelper.Init(this); }
/// <summary> /// Initializes a new instance of the <see cref="RockRating" /> class. /// </summary> public RockRating() : base() { RockControlHelper.Init(this); }
/// <summary> /// Initializes a new instance of the <see cref="PhoneNumberBox"/> class. /// </summary> public PhoneNumberBox() : base() { RockControlHelper.Init(this); }
/// <summary> /// Initializes a new instance of the <see cref="ValueFilter"/> class. /// </summary> public ValueFilter() : base() { RockControlHelper.Init(this); RequiredFieldValidator = null; }