New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Properties and Events

RadPushButton common features (properties)

PropertyDescription
AutoPostBackGets or sets a bool value indicating whether the control will automatically post the page back to the server.
CausesValidationGets or sets a bool value indicating whether validation is performed when the RadPushButton is clicked.
PostbackUrlGets or sets the URL of the page to post to from the current page, when the RadPushButton is clicked.
PrimaryGets or sets a bool value indicating whether the button uses its primary appearance.
TextGets or sets the text displayed in the RadPushButton control.
ValidationGroupGets or sets the group of controls for which the RadPushButton control causes validation when it posts back to the server.
CommandNameGets or sets the command name associated with the RadPushButton control that is passed to the Command event.
CommandArgumentGets or sets an optional parameter passed to the Command event along with the associated CommandName.
HoveredCssClassGets or sets the CSS class, when the mouse pointer is hovered over the RadPushButton control.
PressedCssClassGets or sets the CSS class, when the RadPushButton control is pressed.
OnClientLoadSets a name of a JavaScript function that will be called when the RadPushButton is loaded on the page
OnClientClickingSets a name of a JavaScript function that will be called when the RadPushButton is clicked. The event is cancelable.
OnClientClickedSets a name of a JavaScript function that will be called when the RadPushButton is clicked, after the OnClientClicking event.
OnClientMouseOverSets a name of a JavaScript function that will be called when the mouse pointer hovers over the RadPushButton
OnClientMouseOutSets a name of a JavaScript function that will be called when the mouse pointer leaves the RadPushButton
UseSubmitBehaviorGets or sets a bool value indicating whether the RadPushButton control uses the client browser's submit mechanism or the ASP.NET postback mechanism.

Icon specific features (properties)

PropertyDescription
UrlGets or sets the URL to the image used as icon.
HoveredUrlGets or sets the URL to the image showed when the icon is hovered.
PressedUrlGets or sets the URL to the image showed when the icon is pressed.
HeightGets or sets the Height of the icon.
WidthGets or sets the Width of the icon.
CssClassGets or sets the CSS class applied to the icon.
TopGets or sets the top edge of the icon, relative to the RadPushButton control's wrapper element.
LeftGets or sets the left edge of the icon, relative to the RadPushButton control's wrapper element.

Server - side Events:

PropertyDescription
OnClickraised when the RadPushButton is clicked. (AutoPostBack=true)
OnCommandraised when the RadPushButton has Command specified.