ClassKendoFilterMenuConstants
String constants of the FilterMenu(CSS classes, Id prefix, etc).
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public static class KendoFilterMenuConstants
Inheritance: objectKendoFilterMenuConstants
Fields
CssFilterButton
The class of the filter button
CssFilterForm
The class of the filter form
Declaration
public const string CssFilterForm = "k-filter-menu"
Field Value
CssFilterIcon
The class of selected KeyFilterMenu icon
Declaration
public const string CssFilterIcon = "k-icon k-filter"
Field Value
CssFilterIconNew
The class of selected KeyFilterMenu icon
Declaration
public const string CssFilterIconNew = "k-i-filter"
Field Value
CssFilterInput
The class of the filter text
CssFilterableHeader
The class of the filterable header
Declaration
public const string CssFilterableHeader = "k-filterable"
Field Value
CssSvgFilterIconNew
The class of selected KeyFilterMenu svg icon
Declaration
public const string CssSvgFilterIconNew = "k-svg-i-filter"
Field Value
KeyFilterMenu
The name identifying the KeyFilterMenu control.
KeyFilterMenuButton
The name identifying the KeyFilterMenu Button
Declaration
public const string KeyFilterMenuButton = "FilterMenuButton"
Field Value
MenuButtonFindClauses
The FilterMenuButton find clauses.
Declaration
public static readonly string[] MenuButtonFindClauses
Field Value
string[]
MenuFindClauses
The FilterMenu find clauses.
MenuInputFindClauses
The FilterMenuInput find clauses.
Declaration
public static readonly string[] MenuInputFindClauses
Field Value
string[]