WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SplitTableWidget - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SplitTableWidget

    Summary description for SplitTableWidget.

    Inheritance
    System.Object
    SplitTableWidget
    Implements
    IWidget
    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: Syncfusion.Layouting
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class SplitTableWidget : IWidget

    Constructors

    SplitTableWidget(ITableWidget, Int32)

    Initializes a new instance of the SplitTableWidget class.

    Declaration
    public SplitTableWidget(ITableWidget tableWidget, int rowNumber)
    Parameters
    Type Name Description
    ITableWidget tableWidget

    The table widget.

    System.Int32 rowNumber

    The row number.

    SplitTableWidget(ITableWidget, Int32, SplitWidgetContainer[])

    Initializes a new instance of the SplitTableWidget class.

    Declaration
    public SplitTableWidget(ITableWidget tableWidget, int rowNumber, SplitWidgetContainer[] splittedCells)
    Parameters
    Type Name Description
    ITableWidget tableWidget

    The table widget.

    System.Int32 rowNumber

    The row number.

    SplitWidgetContainer[] splittedCells

    SplitTableWidget(ITableWidget, Int32, Int32)

    Initializes a new instance of the SplitTableWidget class.

    Declaration
    public SplitTableWidget(ITableWidget tableWidget, int rowNumber, int colNumber)
    Parameters
    Type Name Description
    ITableWidget tableWidget

    The table widget.

    System.Int32 rowNumber

    The row number.

    System.Int32 colNumber

    The column number.

    Properties

    LayoutInfo

    Gets layout info.

    Declaration
    public ILayoutInfo LayoutInfo { get; }
    Property Value
    Type Description
    ILayoutInfo

    SplittedCells

    Declaration
    public SplitWidgetContainer[] SplittedCells { get; }
    Property Value
    Type Description
    SplitWidgetContainer[]

    StartColumnNumber

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

    StartRowNumber

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

    TableWidget

    Declaration
    public ITableWidget TableWidget { get; }
    Property Value
    Type Description
    ITableWidget

    Methods

    Draw(CustomGraphics, LayoutedWidget)

    Draw range to graphics.

    Declaration
    public void Draw(CustomGraphics g, LayoutedWidget layoutedWidget)
    Parameters
    Type Name Description
    CustomGraphics g
    LayoutedWidget layoutedWidget

    Implements

    IWidget
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved