Interface
IRadGridView

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IRadGridView : IGridViewDataControl, IControl, IFrameworkElement, ITargetElement

Derived Classes: RadGridViewFileBrowserGridViewRadGridView

Inherited Members IGridViewDataControl.HeaderClick(int)IGridViewDataControl.ShowNewRow(int)IGridViewDataControl.RowsIControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

GroupHeaderRows

Declaration

cs-api-definition
List<IGroupHeaderRow> GroupHeaderRows { get; }

Property Value

List<IGroupHeaderRow>

GroupPanel

Declaration

cs-api-definition
IGridViewGroupPanel GroupPanel { get; }

Property Value

IGridViewGroupPanel

GroupRows

Declaration

cs-api-definition
List<IGridViewGroupRow> GroupRows { get; }

Property Value

List<IGridViewGroupRow>

Methods

CollapseGroupHeaderRow(string)

Declaration

cs-api-definition
void CollapseGroupHeaderRow(string name)

Parameters

name

string

CollapseGroupRow(int)

Declaration

cs-api-definition
void CollapseGroupRow(int rowIndex)

Parameters

rowIndex

int

ExpandGroupHeaderRow(string)

Declaration

cs-api-definition
void ExpandGroupHeaderRow(string name)

Parameters

name

string

ExpandGroupRow(int)

Declaration

cs-api-definition
void ExpandGroupRow(int rowIndex)

Parameters

rowIndex

int

GroupPanelItemClose(int)

Declaration

cs-api-definition
void GroupPanelItemClose(int groupPanelItemIndex)

Parameters

groupPanelItemIndex

int