Button
Last updated
Last updated
Adds supports for [System.Windows.Forms.Button](https://msdn.microsoft.com/en-us/library/system.windows.forms.button(v=vs.110).aspx)
Component Selector: 'wm-button'
Kendo UI Component: Kendo Button
ButtonComponent extends ControlComponent.
Property
Get/Set
Notify Changes
Details
primary
Yes
No
Used to add a custom style in the component.
text: string
Yes
Yes
Inherited from ControlComponent see ControlComponent
name: string
Yes
No
Inherited from ControlComponent see ControlComponent
enabled: boolean
Yes
No
Inherited from ControlComponent see ControlComponent
visible: boolean
Yes
No
Inherited from ControlComponent see ControlComponent
Method
Supported
Details
None
None
None
Event
Supported
Parameter
Details
click
Yes
$event: any
Trigger Click Event. $event parameter is optional and the $event object vary depending on the type of DOM event.