Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.