ToggleButtonExtender - DevExpress/AjaxControlToolkit GitHub Wiki
ToggleButton is an ASP.NET AJAX extender that can be attached to an ASP.NET CheckBox control. ToggleButton enables the use of custom images to show the state of the CheckBox. The behavior of the CheckBox is unaffected.
Properties
Name | Description |
---|---|
CheckedImageAlternateText | The alt text to show when the toggle button is in the checked state |
CheckedImageOverAlternateText | The alt text to show when the toggle button is in the checked state and the mouse is over the button |
CheckedImageOverUrl | The URL of an image to show when the toggle button is in the checked state and the mouse is over the button |
CheckedImageUrl | The URL of an image to show when the toggle button is in the checked state |
DisabledCheckedImageUrl | The URL of an image to show when the toggle button is disabled and in the checked state |
DisabledUncheckedImageUrl | The URL of an image to show when the toggle button is disabled and in the unchecked state |
ImageHeight | The height of an image |
ImageWidth | The width of an image |
UncheckedImageAlternateText | The alt text to show when the toggle button is in the unchecked state |
UncheckedImageOverAlternateText | The alt text to show when the toggle button is in the unchecked state and the mouse is over the button |
UncheckedImageOverUrl | The URL of an image to show when the toggle button is in the unchecked state and the mouse is over the button |
UncheckedImageUrl | The URL of an image to show when the toggle button is in the unchecked state |
Client properties
Name | Description |
---|---|
checkedImageAlternateText | The alt text to show when the toggle button is in the checked state |
checkedImageOverAlternateText | The alt text to show when the toggle button is in the checked state and the mouse is over the button |
checkedImageOverUrl | The URL of an image to show when the toggle button is in the checked state and the mouse is over the button |
checkedImageUrl | The URL of an image to show when the toggle button is in the checked state |
disabledCheckedImageUrl | The URL of an image to show when the toggle button is disabled and in the checked state |
disabledUncheckedImageUrl | The URL of an image to show when the toggle button is disabled and in the unchecked state |
imageHeight | The height of an image |
imageWidth | The width of an image |
uncheckedImageAlternateText | The alt text to show when the toggle button is in the unchecked state |
uncheckedImageOverAlternateText | The alt text to show when the toggle button is in the unchecked state and the mouse is over the button |
uncheckedImageOverUrl | The URL of an image to show when the toggle button is in the unchecked state and the mouse is over the button |
uncheckedImageUrl | The URL of an image to show when the toggle button is in the unchecked state |
Client properties
checkedImageAlternateText
The alt text to show when the toggle button is in the checked state
Getter name: get_checkedImageAlternateText()Setter name: set_checkedImageAlternateText(value)
checkedImageOverAlternateText
The alt text to show when the toggle button is in the checked state and the mouse is over the button
Getter name: get_checkedImageOverAlternateText()Setter name: set_checkedImageOverAlternateText(value)
checkedImageOverUrl
The URL of an image to show when the toggle button is in the checked state and the mouse is over the button
Getter name: get_checkedImageOverUrl()Setter name: set_checkedImageOverUrl(value)
checkedImageUrl
The URL of an image to show when the toggle button is in the checked state
Getter name: get_checkedImageUrl()Setter name: set_checkedImageUrl(value)
disabledCheckedImageUrl
The URL of an image to show when the toggle button is disabled and in the checked state
Getter name: get_disabledCheckedImageUrl()Setter name: set_disabledCheckedImageUrl(value)
disabledUncheckedImageUrl
The URL of an image to show when the toggle button is disabled and in the unchecked state
Getter name: get_disabledUncheckedImageUrl()Setter name: set_disabledUncheckedImageUrl(value)
imageHeight
The height of an image
Getter name: get_imageHeight()Setter name: set_imageHeight(value)
imageWidth
The width of an image
Getter name: get_imageWidth()Setter name: set_imageWidth(value)
uncheckedImageAlternateText
The alt text to show when the toggle button is in the unchecked state
Getter name: get_uncheckedImageAlternateText()Setter name: set_uncheckedImageAlternateText(value)
uncheckedImageOverAlternateText
The alt text to show when the toggle button is in the unchecked state and the mouse is over the button
Getter name: get_uncheckedImageOverAlternateText()Setter name: set_uncheckedImageOverAlternateText(value)
uncheckedImageOverUrl
The URL of an image to show when the toggle button is in the unchecked state and the mouse is over the button
Getter name: get_uncheckedImageOverUrl()Setter name: set_uncheckedImageOverurl(value)
uncheckedImageUrl
The URL of an image to show when the toggle button is in the unchecked state
Getter name: get_uncheckedImageUrl()Setter name: set_uncheckedImageUrl(value)