ClassKendoFilterMenuButton
Class
KendoFilterMenuButton control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
cs-api-definition
public class KendoFilterMenuButton : KendoUIHtmlButtonBase
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlButtonKendoUIHtmlButtonBaseKendoFilterMenuButton
Inherited Members
Constructors
KendoFilterMenuButton()
Initializes a new instance of the KendoFilterMenuButton class.
Declaration
cs-api-definition
public KendoFilterMenuButton()
KendoFilterMenuButton(Element)
Initializes a new instance of the KendoFilterMenuButton class.
Declaration
cs-api-definition
public KendoFilterMenuButton(Element element)
Parameters
element
Properties
ButtonName
The name of the button.
Methods
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
cs-api-definition
protected override void InitializeMatchExpression()
Overrides