Table of Contents

Class FormQuestionComboBox

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public class FormQuestionComboBox : ComboBox, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler, IHasEmptyMessage
Inheritance
FormQuestionComboBox
Implements
Inherited Members

Constructors

FormQuestionComboBox()

public FormQuestionComboBox()

Properties

ExcludeHiddenMaskingOptionID

public Guid? ExcludeHiddenMaskingOptionID { get; set; }

Property Value

Guid?

ExcludeQuestionsID

public Guid[] ExcludeQuestionsID { get; set; }

Property Value

Guid[]

ExcludeSpecialQuestions

public bool ExcludeSpecialQuestions { get; set; }

Property Value

bool

HasOptions

public bool? HasOptions { get; set; }

Property Value

bool?

HasResponseAnswer

public bool? HasResponseAnswer { get; set; }

Property Value

bool?

MaxTextLength

public int? MaxTextLength { get; set; }

Property Value

int?

QuestionType

[TypeConverter(typeof(SurveyQuestionTypeArrayConverter))]
public SurveyQuestionType[] QuestionType { get; set; }

Property Value

SurveyQuestionType[]

SurveyIdentifier

public Guid? SurveyIdentifier { get; set; }

Property Value

Guid?

Methods

CreateDataSource()

protected override ListItemArray CreateDataSource()

Returns

ListItemArray