C# Class Rock.Web.UI.Controls.DefinedValuesPickerEnhanced

Control that can be used to select multiple defined values from a particular pre-configured defined type

Values are displayed as a drop down list with selected values appearing side-by-side

Inheritance: Rock.Web.UI.Controls.RockListBox, IDefinedValuePicker
Afficher le fichier Open project: SparkDevNetwork/Rock

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering. Overriding this to remove the required field validator that the parent class RockListBox does by default. RFV can only validate controls with user input and not the composite control. RFV gets created on the list box.

Method Details

CreateChildControls() protected méthode

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering. Overriding this to remove the required field validator that the parent class RockListBox does by default. RFV can only validate controls with user input and not the composite control. RFV gets created on the list box.
protected CreateChildControls ( ) : void
Résultat void