• Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • Conversational UI
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for Xamarin
    Desktop
    UI for WinForms UI for WPF UI for WinUI UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    Debugging
    FiddlerCore Fiddler Everywhere
    CMS
    Sitefinity
    UX Design
    Unite UX
    Document Management
    Telerik Document Processing
    Innovations Lab
    VR DataViz
    Free Tools
    Fiddler Classic JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Edit Profile
    • Payment Profiles
    • Renewals & Upgrades
    • Support Tickets
    • Log out
  • Login
  • Contact Us
  • Try now

Interface IRowView

Inherited Members
IGridView.Initialize(RadGridViewElement, GridViewInfo)
IGridView.Detach()
IGridView.UpdateView()
IGridView.GridViewElement
IGridView.ViewInfo
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll

Syntax

public interface IRowView : IGridView

Properties

ChildViews

Gets a collection containing all visible child views

Declaration
ReadOnlyCollection<IRowView> ChildViews { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyCollection<IRowView>

CurrentCell

Gets the current GridCellElement

Declaration
GridCellElement CurrentCell { get; }
Property Value
GridCellElement

CurrentCellAddress

Gets the addreess of the current GridCellElement

Declaration
Point CurrentCellAddress { get; }
Property Value
System.Drawing.Point

CurrentRow

Gets the current GridRowElement

Declaration
GridRowElement CurrentRow { get; }
Property Value
GridRowElement

IsCurrentView

Gets a value indicating whether the view is current

Declaration
bool IsCurrentView { get; }
Property Value
System.Boolean

RowsPerPage

Gets the number of rows displayed to the user.

Declaration
int RowsPerPage { get; }
Property Value
System.Int32

VisualRows

Gets the rows currently visible on screen

Declaration
IList<GridRowElement> VisualRows { get; }
Property Value
System.Collections.Generic.IList<GridRowElement>

Methods

BeginUpdate()

Begins batch update of the items.

Declaration
bool BeginUpdate()
Returns
System.Boolean

DisplayedColumnCount(Boolean)

Returns the number of columns displayed to the user.

Declaration
int DisplayedColumnCount(bool includePartialColumn)
Parameters
System.Boolean includePartialColumn

true to include partial columns in the displayed column count; otherwise, false.

Returns
System.Int32

The number of columns displayed to the user.

DisplayedRowCount(Boolean)

Returns the number of rows displayed to the user.

Declaration
int DisplayedRowCount(bool includePartialRow)
Parameters
System.Boolean includePartialRow

true to include partial rows in the displayed row count; otherwise, false.

Returns
System.Int32

The number of rows displayed to the user.

EndUpdate()

Ends batch update of the items.

Declaration
bool EndUpdate()
Returns
System.Boolean

EndUpdate(Boolean)

Ends batch update of the items.

Declaration
bool EndUpdate(bool performUpdate)
Parameters
System.Boolean performUpdate

Tells the view to perform update

Returns
System.Boolean

EnsureCellVisible(GridViewRowInfo, GridViewColumn)

Ensures that the specified cell is visible.

Declaration
bool EnsureCellVisible(GridViewRowInfo rowInfo, GridViewColumn column)
Parameters
GridViewRowInfo rowInfo

A GridViewRowInfo that specifies the cell's row

GridViewColumn column

A GridViewColumn that specifies the cell's column

Returns
System.Boolean

EnsureRowVisible(GridViewRowInfo)

Ensures that the specified row is visible.

Declaration
bool EnsureRowVisible(GridViewRowInfo gridViewRowInfo)
Parameters
GridViewRowInfo gridViewRowInfo

A GridViewRowInfo that specifies the row

Returns
System.Boolean

GetCellElement(GridViewRowInfo, GridViewColumn)

Gets a cell based on corresponding GridViewRowInfo and GridViewColumn

Declaration
GridCellElement GetCellElement(GridViewRowInfo rowInfo, GridViewColumn column)
Parameters
GridViewRowInfo rowInfo

The corresponding GridViewRowInfo

GridViewColumn column

The corresponding GridViewColumn

Returns
GridCellElement

An instance to a GridCellElement if successfull, null othervise

GetRowElement(GridViewRowInfo)

Gets the row's visual element based on the corresponding GridViewRowInfo

Declaration
GridRowElement GetRowElement(GridViewRowInfo rowInfo)
Parameters
GridViewRowInfo rowInfo

The corresponding GridViewRowInfo

Returns
GridRowElement

An instance to a GridRowElement if successfull, null othervise

InvalidateCell(GridViewRowInfo, GridViewColumn)

Invalidates a single cell

Declaration
void InvalidateCell(GridViewRowInfo rowInfo, GridViewColumn column)
Parameters
GridViewRowInfo rowInfo

The corresponding GridViewRowInfo

GridViewColumn column

The corresponding GridViewColumn

InvalidateRow(GridViewRowInfo)

Invalidates a row

Declaration
void InvalidateRow(GridViewRowInfo rowInfo)
Parameters
GridViewRowInfo rowInfo

The GridViewRowInfo to invalidate

IsRowVisible(GridViewRowInfo)

Gets a value indicating whether the row is visible

Declaration
bool IsRowVisible(GridViewRowInfo value)
Parameters
GridViewRowInfo value

The GridViewRowInfo to check for visibility

Returns
System.Boolean

Returns true if the row is visible

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.