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
파일 보기 프로젝트 열기: SparkDevNetwork/Rock

보호된 메소드들

메소드 설명
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