skip navigation
  • Product Bundles

    DevCraft

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

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class TableViewRowLayoutBase

Represents the table row layout.

Inheritance
System.Object
TableViewRowLayoutBase
ColumnGroupRowLayout
HtmlViewRowLayout
TableViewRowLayout
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll

Syntax

public abstract class TableViewRowLayoutBase : IGridRowLayout, IDisposable

Constructors

TableViewRowLayoutBase()

Declaration
protected TableViewRowLayoutBase()

Properties

Context

Gets or sets the context.

Declaration
public GridLayoutContext Context { get; set; }
Property Value
GridLayoutContext

The context.

DesiredSize

Gets the desired size for the row when using the specified layout.

Declaration
public abstract SizeF DesiredSize { get; }
Property Value
System.Drawing.SizeF

Implements
IGridRowLayout.DesiredSize

FirstDataColumn

Gets the first data column.

Declaration
public GridViewDataColumn FirstDataColumn { get; }
Property Value
GridViewDataColumn

Implements
IGridRowLayout.FirstDataColumn

GroupRowDesiredSize

Gets the desired size for the group row when using the specified layout.

Declaration
public virtual SizeF GroupRowDesiredSize { get; }
Property Value
System.Drawing.SizeF

Implements
IGridRowLayout.GroupRowDesiredSize

IgnoreColumnVisibility

Gets or sets whether to ignore the column's visibility.

Declaration
public bool IgnoreColumnVisibility { get; set; }
Property Value
System.Boolean

The ignore column visibility.

LastDataColumn

Gets the last data column.

Declaration
public GridViewDataColumn LastDataColumn { get; }
Property Value
GridViewDataColumn

Implements
IGridRowLayout.LastDataColumn

Owner

Gets or sets the GridViewTemplate that owns this view definition.

Declaration
public GridTableElement Owner { get; }
Property Value
GridTableElement

Implements
IGridRowLayout.Owner

RenderColumns

Gets all columns currently visible on screen. Gets a generic list containing all GridViewColumn objects that are currently visible.

Declaration
public virtual IList<GridViewColumn> RenderColumns { get; }
Property Value
System.Collections.Generic.IList<GridViewColumn>

Implements
IGridRowLayout.RenderColumns

ScrollableColumns

Gets the scrollable columns

Declaration
public abstract IList<GridViewColumn> ScrollableColumns { get; }
Property Value
System.Collections.Generic.IList<GridViewColumn>

Implements
IGridRowLayout.ScrollableColumns

ViewTemplate

Gets the view template.

Declaration
public GridViewTemplate ViewTemplate { get; }
Property Value
GridViewTemplate

The view template.

Methods

ArrangeCell(RectangleF, GridCellElement)

Arranges the cells in the row.

Declaration
public abstract RectangleF ArrangeCell(RectangleF clientRect, GridCellElement cell)
Parameters
System.Drawing.RectangleF clientRect

The size that is available for the specified row.

GridCellElement cell

The GridRowElement to arrange.

Returns
System.Drawing.RectangleF

The arranged rectangle.

Implements
IGridRowLayout.ArrangeCell(RectangleF, GridCellElement)

ColumnIsVisible(GridViewColumn)

Returns whether the column the is visible.

Declaration
public virtual bool ColumnIsVisible(GridViewColumn column)
Parameters
GridViewColumn column

The column.

Returns
System.Boolean

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public virtual void Dispose()
Implements
System.IDisposable.Dispose()

EndColumnResize()

Finishes the resizing of a column

Declaration
public abstract void EndColumnResize()
Implements
IGridRowLayout.EndColumnResize()

EnsureColumnsLayout()

Ensures that the row layout is calculated

Declaration
public abstract void EnsureColumnsLayout()
Implements
IGridRowLayout.EnsureColumnsLayout()

GetColumnOffset(GridViewColumn)

Gets the column offset.

Declaration
public abstract int GetColumnOffset(GridViewColumn column)
Parameters
GridViewColumn column

The column.

Returns
System.Int32

GetColumnWidth(GridViewColumn)

Gets the actual column width

Declaration
public virtual int GetColumnWidth(GridViewColumn column)
Parameters
GridViewColumn column

An instance of GridViewColumn.

Returns
System.Int32

The actual column width, when successful.

GetRowHeight(GridViewRowInfo)

Determines the actual row height.

Declaration
public virtual int GetRowHeight(GridViewRowInfo rowInfo)
Parameters
GridViewRowInfo rowInfo

The desired GridViewRowInfo.

Returns
System.Int32

The actual row height, if successful.

Implements
IGridRowLayout.GetRowHeight(GridViewRowInfo)

Initialize(GridTableElement)

Initializes the IGridRowLayout with the specified table element.

Declaration
public virtual void Initialize(GridTableElement tableElement)
Parameters
GridTableElement tableElement

The GridTableElement to associate with this object

Implements
IGridRowLayout.Initialize(GridTableElement)

InvalidateLayout()

Invalidates the row layout

Declaration
public abstract void InvalidateLayout()
Implements
IGridRowLayout.InvalidateLayout()

InvalidateRenderColumns()

Invalidates the RenderColumns collection

Declaration
public virtual void InvalidateRenderColumns()
Implements
IGridRowLayout.InvalidateRenderColumns()

MeasurePinnedColumns(PinnedColumnTraverser)

Measures the pinned columns.

Declaration
public virtual SizeF MeasurePinnedColumns(PinnedColumnTraverser dataProvider)
Parameters
PinnedColumnTraverser dataProvider

The data provider.

Returns
System.Drawing.SizeF

Implements
IGridRowLayout.MeasurePinnedColumns(PinnedColumnTraverser)

MeasureRow(SizeF)

Measures the space required by the cells.

Declaration
public abstract SizeF MeasureRow(SizeF availableSize)
Parameters
System.Drawing.SizeF availableSize

The size that is available for grid rows.

Returns
System.Drawing.SizeF

The size required by the row element.

Implements
IGridRowLayout.MeasureRow(SizeF)

ResizeColumn(Int32)

Changes the size of an already chosen column by using the specified delta

Declaration
public abstract void ResizeColumn(int delta)
Parameters
System.Int32 delta

Implements
IGridRowLayout.ResizeColumn(Int32)

SetFirstDataColumn(GridViewDataColumn)

Sets the first data column.

Declaration
protected void SetFirstDataColumn(GridViewDataColumn column)
Parameters
GridViewDataColumn column

The column.

SetLastDataColumn(GridViewDataColumn)

Sets the last data column.

Declaration
protected void SetLastDataColumn(GridViewDataColumn column)
Parameters
GridViewDataColumn column

The column.

StartColumnResize(GridViewColumn)

Starts resizing of a column from the UI

Declaration
public abstract void StartColumnResize(GridViewColumn column)
Parameters
GridViewColumn column

The GridViewColumn to resize

Implements
IGridRowLayout.StartColumnResize(GridViewColumn)

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
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.