Table of Contents

Class BaseComboBox.ClientSideSettings

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
protected class BaseComboBox.ClientSideSettings
Inheritance
BaseComboBox.ClientSideSettings
Derived
Inherited Members

Constructors

ClientSideSettings(string)

public ClientSideSettings(string id)

Parameters

id string

Properties

ButtonStyle

[JsonProperty(PropertyName = "style", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string ButtonStyle { get; set; }

Property Value

string

Callback

[JsonProperty(PropertyName = "callback")]
public BaseComboBox.ClientSideCallbackSettings Callback { get; }

Property Value

BaseComboBox.ClientSideCallbackSettings

ControlID

[JsonProperty(PropertyName = "id")]
public string ControlID { get; set; }

Property Value

string

DropDown

[JsonProperty(PropertyName = "menu")]
public BaseComboBox.ClientSideDropDownSettings DropDown { get; }

Property Value

BaseComboBox.ClientSideDropDownSettings

EmptyText

[JsonProperty(PropertyName = "noSelect", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string EmptyText { get; set; }

Property Value

string

EnableSearch

[JsonProperty(PropertyName = "search", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool EnableSearch { get; set; }

Property Value

bool

SearchEmptyText

[JsonProperty(PropertyName = "noSearch", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string SearchEmptyText { get; set; }

Property Value

string

ShowOptionHtml

[JsonProperty(PropertyName = "showContent", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool ShowOptionHtml { get; set; }

Property Value

bool

Width

[JsonProperty(PropertyName = "width", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Width { get; set; }

Property Value

string

Methods

ShouldSerializeCallback()

public bool ShouldSerializeCallback()

Returns

bool

ShouldSerializeDropDown()

public bool ShouldSerializeDropDown()

Returns

bool