AutoPostBack |
Gets or sets a bool value indicating whether the control will automatically post the page back to the server. |
CausesValidation |
Gets or sets a bool value indicating whether validation is performed when the RadImageButton is clicked. |
PostbackUrl |
Gets or sets the URL of the page to post to from the current page, when the RadImageButton is clicked. |
Text |
Gets or sets the text displayed in the RadImageButton control. |
ValidationGroup |
Gets or sets the group of controls for which the RadImageButton control causes validation when it posts back to the server. |
CommandName |
Gets or sets the command name associated with the RadImageButton control that is passed to the Command event. |
CommandArgument |
Gets or sets an optional parameter passed to the Command event along with the associated CommandName. |
HoveredCssClass |
Gets or sets the CSS class when the mouse pointer is hovered over the RadImageButton control. |
PressedCssClass |
Gets or sets the CSS class when the RadImageButton control is pressed. |
OnClientLoad |
Sets a name of a JavaScript function that will be called when the RadImageButton is loaded on the page. |
OnClientClicking |
Sets a name of a JavaScript function that will be called when the RadImageButton is clicked. The event is cancelable. |
OnClientClicked |
Sets a name of a JavaScript function that will be called when the RadImageButton is clicked, after the OnClientClicking event. |
OnClientMouseOver |
Sets a name of a JavaScript function that will be called when the mouse pointer hovers over the RadImageButton. |
OnClientMouseOut |
Sets a name of a JavaScript function that will be called when the mouse pointer leaves the RadImageButton. |
UseSubmitBehavior |
Gets or sets a bool value indicating whether the RadImageButton control uses the client browser's submit mechanism or the ASP.NET postback mechanism. |
SingleClick |
Gets or sets a bool value indicating whether the SingleClick functionality is enabled or disabled. |
SingleClickText |
Gets or sets the text that is shown when single-click is being processed. |