Enum
RadButtonControlType

Control type of the Button.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum RadButtonControlType

Fields

LinkButton

LinkButton control type.

Declaration

cs-api-definition
LinkButton = 1

Field Value

RadButtonControlType

SkinnedButton

SkinnedButton control type.

Declaration

cs-api-definition
SkinnedButton = 4

Field Value

RadButtonControlType

StandardButton

The StandardButton control type.

Declaration

cs-api-definition
StandardButton = 0

Field Value

RadButtonControlType

ToggleButton

ToggleButton control type.

Declaration

cs-api-definition
ToggleButton = 2

Field Value

RadButtonControlType