Table of Contents

Class ComboBoxMultiple

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ComboBoxMultiple : StateBagProxy
Inheritance
ComboBoxMultiple
Inherited Members

Constructors

ComboBoxMultiple(string, StateBag)

public ComboBoxMultiple(string prefix, StateBag viewState)

Parameters

prefix string
viewState StateBag

Fields

DefaultCountPluralFormat

public const string DefaultCountPluralFormat = "{0} items selected"

Field Value

string

DefaultCountSingularFormat

public const string DefaultCountSingularFormat = "{0} item selected"

Field Value

string

DefaultDeselectAllText

public const string DefaultDeselectAllText = "Deselect All"

Field Value

string

DefaultMaxGroupPluralFormat

public const string DefaultMaxGroupPluralFormat = "Group limit reached ({n} items max)"

Field Value

string

DefaultMaxGroupSingularFormat

public const string DefaultMaxGroupSingularFormat = "Group limit reached ({n} item max)"

Field Value

string

DefaultMaxTotalPluralFormat

public const string DefaultMaxTotalPluralFormat = "Limit reached ({n} items max)"

Field Value

string

DefaultMaxTotalSingularFormat

public const string DefaultMaxTotalSingularFormat = "Limit reached ({n} item max)"

Field Value

string

DefaultSelectAllText

public const string DefaultSelectAllText = "Select All"

Field Value

string

Properties

ActionsBox

public bool ActionsBox { get; set; }

Property Value

bool

CountAllFormat

public string CountAllFormat { get; set; }

Property Value

string

CountPluralFormat

public string CountPluralFormat { get; set; }

Property Value

string

CountSingularFormat

public string CountSingularFormat { get; set; }

Property Value

string

DeselectAllText

public string DeselectAllText { get; set; }

Property Value

string

Format

public ComboBoxMultiple.FormatType Format { get; set; }

Property Value

ComboBoxMultiple.FormatType

FormatCountMax

public int FormatCountMax { get; set; }

Property Value

int

Max

public int Max { get; set; }

Property Value

int

MaxGroupPluralFormat

public string MaxGroupPluralFormat { get; set; }

Property Value

string

MaxGroupSingularFormat

public string MaxGroupSingularFormat { get; set; }

Property Value

string

MaxTotalPluralFormat

public string MaxTotalPluralFormat { get; set; }

Property Value

string

MaxTotalSingularFormat

public string MaxTotalSingularFormat { get; set; }

Property Value

string

SelectAllText

public string SelectAllText { get; set; }

Property Value

string