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

    Show / Hide Table of Contents

    Class DxGridFilterRow

    Configures the filter row.

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

    Properties

    applyFilterText

    Specifies text for a hint that appears when a user pauses on a button that applies the filter.

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

    betweenEndText

    Specifies a placeholder for the editor that specifies the end of a range when a user selects the "between" filter operation.

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

    Default Value: 'End'.

    betweenStartText

    Specifies a placeholder for the editor that specifies the start of a range when a user selects the "between" filter operation.

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

    Default Value: 'Start'.

    operationDescriptions

    Specifies descriptions for filter operations on the filter list.

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

    resetOperationText

    Specifies text for the reset operation on the filter list.

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

    Default Value: 'Reset'.

    showAllText

    Specifies text for the item that clears the applied filter. Used only when a cell of the filter row contains a select box.

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

    Default Value: '(All)'.

    showOperationChooser

    Specifies whether icons that open the filter lists are visible.

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

    visible

    Specifies whether the filter row is visible.

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

    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.