Table of Contents

Class LikertTableRowGrid

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

Constructors

LikertTableRowGrid()

public LikertTableRowGrid()

Fields

NewRowButton

NewRowButton control.

protected Button NewRowButton

Field Value

Button

Remarks

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

NoRows

NoRows control.

protected HtmlGenericControl NoRows

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.

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

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

Save(SurveyQuestion)

public bool Save(SurveyQuestion question)

Parameters

question SurveyQuestion

Returns

bool