Class GridViewGroupPanel
Inheritance
System.Object
GridViewGroupPanel
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class GridViewGroupPanel : Control, IAutomationPeer, IPeerConverter, IGridViewGroupPanel, IControl, IFrameworkElement, ITargetElement
Constructors
GridViewGroupPanel()
Declaration
public GridViewGroupPanel()
Properties
Items
Declaration
public IList<GridViewGroupPanelItem> Items { get; }
Property Value
System.Collections.Generic.IList<GridViewGroupPanelItem>
|
Text
Declaration
public override string Text { get; }
Property Value
System.String
|
Overrides
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
Explicit Interface Implementations
IGridViewGroupPanel.Items
Declaration
IList<IGridViewGroupPanelItem> IGridViewGroupPanel.Items { get; }
Returns
System.Collections.Generic.IList<IGridViewGroupPanelItem>
|