C# Класс 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

Наследование: Rock.Web.UI.Controls.RockListBox, IDefinedValuePicker
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Описание методов

CreateChildControls() защищенный Метод

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
Результат void