Class BaseComboBox.ClientSideCallbackSettings
- Namespace
- InSite.Common.Web.UI
- Assembly
- InSite.UI.dll
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
protected class BaseComboBox.ClientSideCallbackSettings
- Inheritance
-
BaseComboBox.ClientSideCallbackSettings
- Inherited Members
-
Constructors
ClientSideCallbackSettings()
public ClientSideCallbackSettings()
Properties
IsEmpty
public bool IsEmpty { get; }
Property Value
- bool
OnChange
[JsonProperty(PropertyName = "onChange", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string OnChange { get; }
Property Value
- string
PostBack
[JsonProperty(PropertyName = "postBack", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string PostBack { get; }
Property Value
- string