RadGridView
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class RadGridView : GridViewDataControl, IAutomationPeer, IPeerConverter, IRadGridView, IGridViewDataControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlGridViewDataControlRadGridView...
Implements:
Inherited Members
Constructors
C#
public RadGridView()
Properties
C#
public IList<GroupHeaderRow> GroupHeaderRows { get; }
C#
public GridViewGroupPanel GroupPanel { get; }
C#
public IList<GridViewGroupRow> GroupRows { get; }
C#
public override IList<GridViewRow> Rows { get; }
Overrides:
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides:
Implements: