Class PreviewSectionPanel
public class PreviewSectionPanel : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
PreviewSectionPanel
- Implements
- Inherited Members
Constructors
PreviewSectionPanel()
public PreviewSectionPanel()
Fields
QuestionRepeater
QuestionRepeater control.
protected Repeater QuestionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Summary
Summary control.
protected HtmlGenericControl Summary
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Methods
LoadData(string, IEnumerable<PreviewQuestionModel>)
public void LoadData(string summary, IEnumerable<PreviewQuestionModel> questions)
Parameters
summarystringquestionsIEnumerable<PreviewQuestionModel>
OnInit(EventArgs)
protected override void OnInit(EventArgs e)