Table of Contents

Class LikertTableColumnGrid

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

Constructors

LikertTableColumnGrid()

public LikertTableColumnGrid()

Fields

Container

Container control.

protected HtmlGenericControl Container

Field Value

HtmlGenericControl

Remarks

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

HighestRatingText

HighestRatingText control.

protected TextBox HighestRatingText

Field Value

TextBox

Remarks

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

LowestRatingText

LowestRatingText control.

protected TextBox LowestRatingText

Field Value

TextBox

Remarks

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

NewColumnButton

NewColumnButton control.

protected Button NewColumnButton

Field Value

Button

Remarks

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

NoColumns

NoColumns control.

protected HtmlGenericControl NoColumns

Field Value

HtmlGenericControl

Remarks

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

StateInput

StateInput control.

protected HiddenField StateInput

Field Value

HiddenField

Remarks

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

ViewOnlyMessage

ViewOnlyMessage control.

protected Panel ViewOnlyMessage

Field Value

Panel

Remarks

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

Properties

HasItems

public bool HasItems { get; }

Property Value

bool

Methods

LoadData(SurveyQuestion, string)

public int LoadData(SurveyQuestion question, string language)

Parameters

question SurveyQuestion
language string

Returns

int

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

Save(SurveyQuestion)

public bool Save(SurveyQuestion question)

Parameters

question SurveyQuestion

Returns

bool