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 DxGridFilterPanelRemarks
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> |