Class DxGridFilterRow
Configures the filter row.
Inheritance
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxGridFilterRowProperties
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> |