Class OptionGrid
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommonStyle
CommonStyle control.
protected PageHeadContent CommonStyle
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImportOptionsCancelButton
ImportOptionsCancelButton control.
protected CloseButton ImportOptionsCancelButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImportOptionsCommand
ImportOptionsCommand control.
protected Button ImportOptionsCommand
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImportOptionsSaveButton
ImportOptionsSaveButton control.
protected SaveButton ImportOptionsSaveButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImportOptionsText
ImportOptionsText control.
protected TextBox ImportOptionsText
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImportOptionsWindow
ImportOptionsWindow control.
protected Modal ImportOptionsWindow
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
LanguageOutput
LanguageOutput control.
protected HtmlGenericControl LanguageOutput
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ReorderInput
ReorderInput control.
protected HiddenField ReorderInput
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Repeater
Repeater control.
protected Repeater Repeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
StateInput
StateInput control.
protected HiddenField StateInput
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
ItemsCount
public int ItemsCount { get; }
Property Value
Methods
LoadData(SurveyQuestion, string)
public int LoadData(SurveyQuestion question, string language)
Parameters
questionSurveyQuestionlanguagestring
Returns
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)
Parameters
Save(SurveyQuestion)
public bool Save(SurveyQuestion question)
Parameters
questionSurveyQuestion