Class DxGridFilterPanelTexts
Specifies texts for the filter panel's elements.
Inheritance
System.Object
DxGridFilterPanelTexts
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxGridFilterPanelTexts
Properties
clearFilter
The text of the "Clear" link.
Declaration
public string clearFilter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
createFilter
The text of the "Create Filter" link.
Declaration
public string createFilter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
filterEnabledHint
The hint of the checkbox that applies the filter.
Declaration
public string filterEnabledHint { get; set; }
Property Value
Type | Description |
---|---|
System.String |