ClassRadButtonGroupItem
Class
Represents the RadButtonGroupItem control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadButtonGroupItem : RadButton, IAutomationPeer, IPeerConverter, IRadButtonGroupItem, IRadButton, IButton, IButtonBase, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlButtonBaseButtonRadButtonRadButtonGroupItem
Implements:
Inherited Members
Constructors
RadButtonGroupItem()
Initializes a new instance of the RadButtonGroupItem class.
Declaration
cs-api-definition
public RadButtonGroupItem()
Properties
RadRibbonButton
Get the RadRibbonButton
Declaration
cs-api-definition
public IRadRIbbonViewButton RadRibbonButton { get; }
Property Value
Implements
RadRibbonDropDownButton
Get the RadRibbonDropDownButton
Declaration
cs-api-definition
public IRadRibbonViewDropDownButton RadRibbonDropDownButton { get; }
Property Value
Implements
RadRibbonRadioButton
Get the RadRibbonRadioButton
Declaration
cs-api-definition
public IRadRibbonViewRadioButton RadRibbonRadioButton { get; }
Property Value
Implements
RadRibbonSplitButton
Get the RadRibbonSplitButton
Declaration
cs-api-definition
public IRadRibbonViewSplitButton RadRibbonSplitButton { get; }
Property Value
Implements
RadRibbonToggleButton
Get the RadRibbonToggleButton
Declaration
cs-api-definition
public IRadRibbonViewToggleButton RadRibbonToggleButton { get; }
Property Value
Implements