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
public const string DefaultCountPluralFormat = "{0} items selected"
Field Value
- string
public const string DefaultCountSingularFormat = "{0} item selected"
Field Value
- string
DefaultDeselectAllText
public const string DefaultDeselectAllText = "Deselect All"
Field Value
- string
public const string DefaultMaxGroupPluralFormat = "Group limit reached ({n} items max)"
Field Value
- string
public const string DefaultMaxGroupSingularFormat = "Group limit reached ({n} item max)"
Field Value
- string
public const string DefaultMaxTotalPluralFormat = "Limit reached ({n} items max)"
Field Value
- string
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
public string CountAllFormat { get; set; }
Property Value
- string
public string CountPluralFormat { get; set; }
Property Value
- string
public string CountSingularFormat { get; set; }
Property Value
- string
DeselectAllText
public string DeselectAllText { get; set; }
Property Value
- string
public ComboBoxMultiple.FormatType Format { get; set; }
Property Value
- ComboBoxMultiple.FormatType
public int FormatCountMax { get; set; }
Property Value
- int
Max
public int Max { get; set; }
Property Value
- int
public string MaxGroupPluralFormat { get; set; }
Property Value
- string
public string MaxGroupSingularFormat { get; set; }
Property Value
- string
public string MaxTotalPluralFormat { get; set; }
Property Value
- string
public string MaxTotalSingularFormat { get; set; }
Property Value
- string
SelectAllText
public string SelectAllText { get; set; }
Property Value
- string