Class DxGridHeaderFilter
Configures the header filter feature.
Inheritance
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxGridHeaderFilter
Remarks
A header filter allows a user to filter values in an individual column by including/excluding them in/from the applied filter. A click on a header filter icon invokes a popup menu with all unique values in the column. By selecting or clearing the selection of values in this menu, the user includes/excludes them in/from the filter.
Properties
allowSearch
Specifies whether searching is enabled in the header filter.
Declaration
public bool? allowSearch { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
height
Specifies the height of the popup menu that contains values for filtering.
Declaration
public int? height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
searchTimeout
Specifies a delay in milliseconds between when a user finishes typing in the header filter's search panel, and when the search is executed.
Declaration
public int? searchTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
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> |
width
Specifies the width of the popup menu that contains values for filtering.
Declaration
public int? width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |