Class BaseComboBox.ClientSideDropDownSettings
- Namespace
- InSite.Common.Web.UI
- Assembly
- InSite.UI.dll
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
protected class BaseComboBox.ClientSideDropDownSettings
- Inheritance
-
BaseComboBox.ClientSideDropDownSettings
- Inherited Members
-
Constructors
ClientSideDropDownSettings()
public ClientSideDropDownSettings()
Properties
Container
[JsonProperty(PropertyName = "container", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Container { get; set; }
Property Value
- string
Direction
[JsonProperty(PropertyName = "dropDir", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Direction { get; set; }
Property Value
- string
[JsonProperty(PropertyName = "header", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Header { get; set; }
Property Value
- string
IsEmpty
public bool IsEmpty { get; }
Property Value
- bool
Size
[JsonProperty(PropertyName = "size", DefaultValueHandling = DefaultValueHandling.Ignore)]
public int? Size { get; set; }
Property Value
- int?
Width
[JsonProperty(PropertyName = "width", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Width { get; set; }
Property Value
- string