Interface IRadButtonGroupItem
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadButtonGroupItem : IRadButton, IButton, IButtonBase, IContentControl, IControl, IFrameworkElement, ITargetElement
Properties
RadRibbonButton
RadRibbonDropDownButton
Declaration
IRadRibbonViewDropDownButton RadRibbonDropDownButton { get; }
Property Value
IRadRibbonViewDropDownButton
|
RadRibbonRadioButton
Declaration
IRadRibbonViewRadioButton RadRibbonRadioButton { get; }
Property Value
IRadRibbonViewRadioButton
|
RadRibbonSplitButton
Declaration
IRadRibbonViewSplitButton RadRibbonSplitButton { get; }
Property Value
IRadRibbonViewSplitButton
|
RadRibbonToggleButton
Declaration
IRadRibbonViewToggleButton RadRibbonToggleButton { get; }
Property Value
IRadRibbonViewToggleButton
|