Class DxSelectBoxOptions
Inheritance
System.Object
DxSelectBoxOptions
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxSelectBoxOptions
Properties
applyValueMode
Specifies the way an end-user applies the selected value.
Declaration
public DxSelectBoxOptions.ApplyValueModes? applyValueMode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DxSelectBoxOptions.ApplyValueModes> | The apply value mode. |
dropDownOptions
Declaration
public DxGridPopupOptions dropDownOptions { get; set; }
Property Value
Type | Description |
---|---|
DxGridPopupOptions |
fieldTemplate
Declaration
public string fieldTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
itemTemplate
Declaration
public string itemTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
searchEnabled
Specifies whether the search box is visible.
Declaration
public bool? searchEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The search enabled. |
valueChangeEvent
Declaration
public string valueChangeEvent { get; set; }
Property Value
Type | Description |
---|---|
System.String |