WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITableWidget - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ITableWidget

    Represents a Widget with table layouting.

    Inherited Members
    IWidget.Draw(CustomGraphics, LayoutedWidget)
    IWidget.LayoutInfo
    Namespace: Syncfusion.Layouting
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public interface ITableWidget : IWidget

    Properties

    ColumnsCount

    Gets columns count.

    Declaration
    int ColumnsCount { get; }
    Property Value
    Type Description
    System.Int32

    RowsCount

    Gets rows count.

    Declaration
    int RowsCount { get; }
    Property Value
    Type Description
    System.Int32

    TableLayoutInfo

    Gets special table info.

    Declaration
    ITableLayoutInfo TableLayoutInfo { get; }
    Property Value
    Type Description
    ITableLayoutInfo

    Methods

    GetCellWidget(Int32, Int32)

    Gets cell widget by row/column indexes.

    Declaration
    IWidgetContainer GetCellWidget(int row, int column)
    Parameters
    Type Name Description
    System.Int32 row
    System.Int32 column
    Returns
    Type Description
    IWidgetContainer

    GetRowWidget(Int32)

    Gets row widget by row index.

    Declaration
    IWidget GetRowWidget(int row)
    Parameters
    Type Name Description
    System.Int32 row
    Returns
    Type Description
    IWidget
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved