ClassGridViewGroupPanel
Class
Represents the RadGridView for Silverlight GridViewGroupPanel control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class GridViewGroupPanel : Control, IAutomationPeer, IPeerConverter, IGridViewGroupPanel, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlGridViewGroupPanel
Implements:
Inherited Members
Constructors
GridViewGroupPanel()
Declaration
cs-api-definition
public GridViewGroupPanel()
Properties
Items
Gets the list of group panel items.
Declaration
cs-api-definition
public IList<GridViewGroupPanelItem> Items { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
The automation reference.
Overrides
Implements