ClassGroupContainer
Class
Represents the RadTimeBar for Silverlight GroupContainer control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class GroupContainer : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlGroupContainer
Implements:
Inherited Members
Constructors
GroupContainer()
Initializes a new instance of the GroupContainer class.
Declaration
cs-api-definition
public GroupContainer()
Properties
GroupControlList
Get the list of Group controls.
Declaration
cs-api-definition
public IList<GroupControl> GroupControlList { get; }
Property Value
GroupControlsNumber
Get the number of group controls.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides