Table of Contents

Class QuestionPreviewPanel

Namespace
InSite.Admin.Assessments.Questions.Controls
Assembly
InSite.UI.dll
public class QuestionPreviewPanel : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
QuestionPreviewPanel
Implements
Inherited Members

Constructors

QuestionPreviewPanel()

public QuestionPreviewPanel()

Fields

CommonStyle

CommonStyle control.

protected PageHeadContent CommonStyle

Field Value

PageHeadContent

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

LabelRepeater

LabelRepeater control.

protected Repeater LabelRepeater

Field Value

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

QuestionContainer

QuestionContainer control.

protected DynamicControl QuestionContainer

Field Value

DynamicControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

QuestionText

QuestionText control.

protected HtmlGenericControl QuestionText

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

QuestionTitle

QuestionTitle control.

protected HtmlGenericControl QuestionTitle

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Methods

LoadData(PreviewQuestionModel)

public void LoadData(PreviewQuestionModel model)

Parameters

model PreviewQuestionModel

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs