Telerik.Web.UI.RadButtonToggleState
This class represents a single Telerik.Web.UI.RadButton RadButtonToggleState when the RadButton control is used as custom toggle button.
Inheritance Hierarchy
- System.Object
- Telerik.Web.StateManager : IMarkableStateManager, IStateManager
- Telerik.Web.UI.RadButtonToggleState
Properties
Container RadButton
The RadButton control that contains the ToggleState.
CssClass String
Gets or sets the CSS class applied to the RadButton control.
Height Unit
Gets or sets the height of the RadButton control.
HoveredCssClass String
Gets or sets the CSS class applied to the RadButton control when the mouse pointer is over the control.
HoveredImageUrl String
Gets or sets the location of an image to display in the RadButton control, when the mouse pointer is over the control.
ImageUrl String
Gets or sets the location of an image to display in the RadButton control.
IsBackgroundImage Boolean
Gets or sets a bool value indicating how the Image is used - i.e. as a background image or as an Image Button.
PressedCssClass String
Gets or sets the CSS class applied to the RadButton control when the control is pressed.
PressedImageUrl String
Gets or sets the location of an image to display in the RadButton control, when the control is pressed.
PrimaryHoveredIconUrl String
Gets or sets the URL to the image showed when the Primary Icon is hovered.
PrimaryIconBottom Unit
Gets or sets the bottom edge of the Primary Icon, relative to the RadButton control's wrapper element.
PrimaryIconCssClass String
Gets or sets the CSS class applied to the Primary Icon.
PrimaryIconHeight Unit
Gets or sets the Height of the Primary Icon.
PrimaryIconLeft Unit
Gets or sets the left edge of the Primary Icon, relative to the RadButton control's wrapper element.
PrimaryIconRight Unit
Gets or sets the right edge of the Primary Icon, relative to the RadButton control's wrapper element.
PrimaryIconTop Unit
Gets or sets the top edge of the Primary Icon, relative to the RadButton control's wrapper element.
PrimaryIconUrl String
Gets or sets the URL to the image used as Primary Icon.
PrimaryIconWidth Unit
Gets or sets the Width of the Primary Icon.
PrimaryPressedIconUrl String
Gets or sets the URL to the image showed when the Primary Icon is pressed.
SecondaryHoveredIconUrl String
Gets or sets the URL to the image showed when the Secondary Icon is hovered.
SecondaryIconBottom Unit
Gets or sets the bottom edge of the Secondary Icon, relative to the RadButton control's wrapper element.
SecondaryIconCssClass String
Gets or sets the CSS class applied to the Secondary Icon.
SecondaryIconHeight Unit
Gets or sets the Height of the Secondary Icon.
SecondaryIconLeft Unit
Gets or sets the left edge of the Secondary Icon, relative to the RadButton control's wrapper element.
SecondaryIconRight Unit
Gets or sets the right edge of the Secondary Icon, relative to the RadButton control's wrapper element.
SecondaryIconTop Unit
Gets or sets the top edge of the Secondary Icon, relative to the RadButton control's wrapper element.
SecondaryIconUrl String
Gets or sets the URL to the image used as Secondary Icon.
SecondaryIconWidth Unit
Gets or sets the Width of the Secondary Icon.
SecondaryPressedIconUrl String
Gets or sets the URL to the image showed when the Secondary Icon is pressed.
Selected Boolean
Gets or sets a bool value indicating whether the ToggleState is selected or not.
Text String
Gets or sets the text displayed in the RadButton control.
Value String
Gets or sets optional Value.
Width Unit
Gets or sets the width of the RadButton control.