Class RadGridView
Inheritance
System.Object
RadGridView
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 RadGridView : GridViewDataControl, IAutomationPeer, IPeerConverter, IRadGridView, IGridViewDataControl, IControl, IFrameworkElement, ITargetElement
Constructors
RadGridView()
Declaration
public RadGridView()
Properties
GroupHeaderRows
Declaration
public IList<GroupHeaderRow> GroupHeaderRows { get; }
Property Value
System.Collections.Generic.IList<GroupHeaderRow>
|
GroupPanel
GroupRows
Declaration
public IList<GridViewGroupRow> GroupRows { get; }
Property Value
System.Collections.Generic.IList<GridViewGroupRow>
|
Rows
Declaration
public override IList<GridViewRow> Rows { get; }
Property Value
System.Collections.Generic.IList<GridViewRow>
|
Overrides
SearchPanel
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
CollapseGroupHeaderRow(String)
Declaration
public void CollapseGroupHeaderRow(string header)
Parameters
System.String
header
|
CollapseGroupRow(Int32)
Declaration
public void CollapseGroupRow(int rowIndex)
Parameters
System.Int32
rowIndex
|
ExpandGroupHeaderRow(String)
Declaration
public void ExpandGroupHeaderRow(string header)
Parameters
System.String
header
|
ExpandGroupRow(Int32)
Declaration
public void ExpandGroupRow(int rowIndex)
Parameters
System.Int32
rowIndex
|
GroupBy(Int32)
Declaration
public void GroupBy(int headerCellIndex)
Parameters
System.Int32
headerCellIndex
|
GroupPanelItemClose(Int32)
Declaration
public void GroupPanelItemClose(int groupPanelItemIndex)
Parameters
System.Int32
groupPanelItemIndex
|
OpenSearchPanel()
Declaration
public void OpenSearchPanel()
Search(String, Boolean, Boolean, Boolean)
Declaration
public void Search(string textToSearch, bool clickFirst = true, bool simulateRealUser = true, bool shouldPressEnter = false)
Parameters
System.String
textToSearch
|
System.Boolean
clickFirst
|
System.Boolean
simulateRealUser
|
System.Boolean
shouldPressEnter
|
Explicit Interface Implementations
IRadGridView.CollapseGroupHeaderRow(String)
Declaration
void IRadGridView.CollapseGroupHeaderRow(string header)
Parameters
System.String
header
|
Implements
IRadGridView.CollapseGroupRow(Int32)
Declaration
void IRadGridView.CollapseGroupRow(int rowIndex)
Parameters
System.Int32
rowIndex
|
Implements
IRadGridView.ExpandGroupHeaderRow(String)
Declaration
void IRadGridView.ExpandGroupHeaderRow(string header)
Parameters
System.String
header
|
Implements
IRadGridView.ExpandGroupRow(Int32)
Declaration
void IRadGridView.ExpandGroupRow(int rowIndex)
Parameters
System.Int32
rowIndex
|
Implements
IRadGridView.GroupHeaderRows
Declaration
List<IGroupHeaderRow> IRadGridView.GroupHeaderRows { get; }
Returns
System.Collections.Generic.List<IGroupHeaderRow>
|
Implements
IRadGridView.GroupPanel
Declaration
IGridViewGroupPanel IRadGridView.GroupPanel { get; }
Returns
IGridViewGroupPanel
|
Implements
IRadGridView.GroupPanelItemClose(Int32)
Declaration
void IRadGridView.GroupPanelItemClose(int groupPanelItemIndex)
Parameters
System.Int32
groupPanelItemIndex
|
Implements
IRadGridView.GroupRows
Declaration
List<IGridViewGroupRow> IRadGridView.GroupRows { get; }
Returns
System.Collections.Generic.List<IGridViewGroupRow>
|