Class DxGridHeaderFilterTexts
Contains options that specify text for various elements of the popup menu.
Inheritance
System.Object
DxGridHeaderFilterTexts
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxGridHeaderFilterTexts
Properties
cancel
Specifies text for the button that closes the popup menu without applying a filter.
Declaration
public string cancel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
emptyValue
Specifies a name for the item that represents empty values in the popup menu.
Declaration
public string emptyValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ok
Specifies text for the button that applies the specified filter.
Declaration
public string ok { get; set; }
Property Value
Type | Description |
---|---|
System.String |