Table of Contents

Class OptionGrid

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

Constructors

OptionGrid()

public OptionGrid()

Fields

AddNewOptionCommand

AddNewOptionCommand control.

protected Button AddNewOptionCommand

Field Value

Button

Remarks

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

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.

ImportOptionsCancelButton

ImportOptionsCancelButton control.

protected CloseButton ImportOptionsCancelButton

Field Value

CloseButton

Remarks

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

ImportOptionsCommand

ImportOptionsCommand control.

protected Button ImportOptionsCommand

Field Value

Button

Remarks

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

ImportOptionsSaveButton

ImportOptionsSaveButton control.

protected SaveButton ImportOptionsSaveButton

Field Value

SaveButton

Remarks

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

ImportOptionsText

ImportOptionsText control.

protected TextBox ImportOptionsText

Field Value

TextBox

Remarks

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

ImportOptionsWindow

ImportOptionsWindow control.

protected Modal ImportOptionsWindow

Field Value

Modal

Remarks

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

LanguageOutput

LanguageOutput control.

protected HtmlGenericControl LanguageOutput

Field Value

HtmlGenericControl

Remarks

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

ReorderInput

ReorderInput control.

protected HiddenField ReorderInput

Field Value

HiddenField

Remarks

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

Repeater

Repeater control.

protected Repeater Repeater

Field Value

Repeater

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

ItemsCount

public int ItemsCount { get; }

Property Value

int

Methods

LoadData(SurveyQuestion, string)

public int LoadData(SurveyQuestion question, string language)

Parameters

question SurveyQuestion
language string

Returns

int

OnInit(EventArgs)

protected override void OnInit(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