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

Properties and Events

RadImageButton 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 RadImageButton is clicked.
PostbackUrlGets or sets the URL of the page to post to from the current page, when the RadImageButton is clicked.
TextGets or sets the text displayed in the RadImageButton control.
ValidationGroupGets or sets the group of controls for which the RadImageButton control causes validation when it posts back to the server.
CommandNameGets or sets the command name associated with the RadImageButton 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 RadImageButton control.
PressedCssClassGets or sets the CSS class when the RadImageButton control is pressed.
OnClientLoadSets a name of a JavaScript function that will be called when the RadImageButton is loaded on the page.
OnClientClickingSets a name of a JavaScript function that will be called when the RadImageButton is clicked. The event is cancelable.
OnClientClickedSets a name of a JavaScript function that will be called when the RadImageButton is clicked, after the OnClientClicking event.
OnClientMouseOverSets a name of a JavaScript function that will be called when the mouse pointer hovers over the RadImageButton.
OnClientMouseOutSets a name of a JavaScript function that will be called when the mouse pointer leaves the RadImageButton.
UseSubmitBehaviorGets or sets a bool value indicating whether the RadImageButton control uses the client browser's submit mechanism or the ASP.NET postback mechanism.
SingleClickGets or sets a bool value indicating whether the SingleClick functionality is enabled or disabled.
SingleClickTextGets or sets the text that is shown when single-click is being processed.

Image Specific Features (properties)

PropertyDescription
UrlSpecifies the path to the image.
DisabledImageUrlSpecifies the path to the image when the button is disabled.
HoveredImageUrlSpecifies the path to the image when the mouse is over the button.
PressedImageUrlSpecifies the path to the image of a pressed button.
SizingSpecifies the way the image is sized in the button. Available values are: Original and Stretch.

Server-side Events

PropertyDescription
OnClickRaised when the RadImageButton is clicked. (AutoPostBack=true)
OnCommandRaised when the RadImageButton has Command specified.