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

    Show / Hide Table of Contents

    Class DxGridLookup

    Specifies options of a lookup column.

    Inheritance
    System.Object
    DxGridLookup
    Namespace: Emby.Web.GenericEdit.Elements.DxGrid
    Assembly: Emby.Web.GenericEdit.dll
    Syntax
    public class DxGridLookup
    Remarks

    A lookup column restricts the set of values that can be chosen when a user edits or filters the column. In a lookup column, each cell is a drop-down menu. You can use a lookup column when you need to substitute displayed values with required values.

    Properties

    allowClearing

    Specifies whether to display the Clear button in lookup column cells while they are being edited.

    Declaration
    public bool? allowClearing { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    Remarks

    Set this option to true only if your data source accepts null values.

    dataSource

    Specifies the data source for the lookup column.

    Declaration
    public object dataSource { get; set; }
    Property Value
    Type Description
    System.Object

    displayExpr

    Specifies the data source field whose values must be displayed.

    Declaration
    public string displayExpr { get; set; }
    Property Value
    Type Description
    System.String

    filterByColumn

    Declaration
    public string filterByColumn { get; set; }
    Property Value
    Type Description
    System.String

    filterField

    Declaration
    public string filterField { get; set; }
    Property Value
    Type Description
    System.String

    valueExpr

    Specifies the data source field whose values must be replaced.

    Declaration
    public string valueExpr { 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.