ClassRadRibbonContextualGroup
Class
Represents the RadRibbonContextualGroup control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadRibbonContextualGroup : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadRibbonContextualGroup
Implements:
Inherited Members
Constructors
RadRibbonContextualGroup()
Initializes a new instance of the RadRibbonContextualGroup class.
Declaration
cs-api-definition
public RadRibbonContextualGroup()
Properties
GroupName
Get or set the GroupName property of the ribbon contextualgroup.
Header
Get or set the header property of the ribbon contextualgroup.
IsActive
Get or set whether the ribbon contextualgroup is active.
SelectFirstTabOnActivation
Get or set whether the first tab of the ribbon contextualgroup is selected.
Declaration
cs-api-definition
public bool SelectFirstTabOnActivation { get; set; }
Property Value