Class MultiComboBox.ClientSideMultipleSettings
- Namespace
- InSite.Common.Web.UI
- Assembly
- InSite.UI.dll
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
protected class MultiComboBox.ClientSideMultipleSettings
- Inheritance
-
MultiComboBox.ClientSideMultipleSettings
- Inherited Members
-
Constructors
ClientSideMultipleSettings()
public ClientSideMultipleSettings()
Properties
Actions
[JsonProperty(PropertyName = "actions", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool Actions { get; set; }
Property Value
- bool
[JsonProperty(PropertyName = "countAllText", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string CountAllFormat { get; }
Property Value
- string
[JsonProperty(PropertyName = "countManyText", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string CountPluralFormat { get; }
Property Value
- string
[JsonProperty(PropertyName = "countText", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string CountSingularFormat { get; }
Property Value
- string
DeselectAllText
[JsonProperty(PropertyName = "deselectAll", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string DeselectAllText { get; }
Property Value
- string
IsEmpty
public bool IsEmpty { get; }
Property Value
- bool
Max
[JsonProperty(PropertyName = "max", DefaultValueHandling = DefaultValueHandling.Ignore)]
public int? Max { get; }
Property Value
- int?
[JsonProperty(PropertyName = "maxGroupManyText", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string MaxGroupPluralFormat { get; }
Property Value
- string
[JsonProperty(PropertyName = "maxGroupText", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string MaxGroupSingularFormat { get; }
Property Value
- string
[JsonProperty(PropertyName = "maxAllManyText", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string MaxTotalPluralFormat { get; }
Property Value
- string
[JsonProperty(PropertyName = "maxAllText", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string MaxTotalSingularFormat { get; }
Property Value
- string
SelectAllText
[JsonProperty(PropertyName = "selectAll", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string SelectAllText { get; }
Property Value
- string
TextFormat
[JsonProperty(PropertyName = "text", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string TextFormat { get; set; }
Property Value
- string