New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RadButtonIcon

Manages Primary and Secondary Icons of the RadButton control.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.RadButtonIcon

Properties

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.

ShowPrimaryIcon Boolean

Gets or sets a bool value indicating whether the RadButton will show the Primary Icon.

ShowSecondaryIcon Boolean

Gets or sets a bool value indicating whether the RadButton will show the Secondary Icon.

In this article