Class LikertTableColumnGrid
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
HighestRatingText
HighestRatingText control.
protected TextBox HighestRatingText
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
LowestRatingText
LowestRatingText control.
protected TextBox LowestRatingText
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NewColumnButton
NewColumnButton control.
protected Button NewColumnButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NoColumns
NoColumns control.
protected HtmlGenericControl NoColumns
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.
ViewOnlyMessage
ViewOnlyMessage control.
protected Panel ViewOnlyMessage
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
HasItems
public bool HasItems { get; }
Property Value
Methods
LoadData(SurveyQuestion, string)
public int LoadData(SurveyQuestion question, string language)
Parameters
questionSurveyQuestionlanguagestring
Returns
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)
Parameters
Save(SurveyQuestion)
public bool Save(SurveyQuestion question)
Parameters
questionSurveyQuestion