WebForms PushButton Overview
The RadPushButton control (Figure 1) enriches the features, that ASP.NET Button control has. It provides additional events, ability to define icons and content template, a mechanism to prevent multiple postbacks and numerous themes. RadPushButton is available as of Q1 2016.
Start Free TrialThe control can be easily styled by changing the Skin property, and alternatively setting properties that change the look of the control. This will eliminate the need to use the RadFormDecorator, just to style a single button. Developers can easily migrate their applications from using the standard ASP.NET (button) controls to the new RadPushButton control, because most of their functionality is provided by our control, and is controlled by the same or similar (intuitive) properties.
Figure 1: RadPushButton control provides a rich API and UI.
RadPushButton does not support a Classic render mode. Setting its RenderMode to Classic will default to the Lightweight render mode.