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

    Show / Hide Table of Contents

    Class DxGridFilterPanel

    Configures the filter panel feature.

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

    The filter panel displays the applied filter expression.

    Properties

    filterEnabled

    Specifies whether the filter expression is applied.

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

    texts

    Contains options that specify text for various elements of the popup menu.

    Declaration
    public DxGridHeaderFilterTexts texts { get; set; }
    Property Value
    Type Description
    DxGridHeaderFilterTexts

    visible

    Indicates whether header filter icons are 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.