Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ position: 0
| **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|
| **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|
| **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.|
Expand All @@ -42,10 +42,10 @@ position: 0
| **PressedImageUrl** |Specifies the path to the image of a pressed button.|
| **Sizing** |Specifies the way the image is sized in the button. Available values are: **Original** and **Stretch**.|

## Server - side Events:
## Server-side Events

| Property | Description |
| ------ | ------ |
| **OnClick** |raised when the RadImageButton is clicked. (AutoPostBack=true)|
| **OnCommand** |raised when the RadImageButton has Command specified.|
| **OnClick** |Raised when the RadImageButton is clicked. (AutoPostBack=true)|
| **OnCommand** |Raised when the RadImageButton has Command specified.|