Class SplitTableWidget
Summary description for SplitTableWidget.
Inheritance
System.Object
SplitTableWidget
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
ILayoutInfo |
SplittedCells
Declaration
public SplitWidgetContainer[] SplittedCells { get; }
Property Value
Type |
---|
SplitWidgetContainer[] |
StartColumnNumber
Declaration
public int StartColumnNumber { get; }
Property Value
Type |
---|
System.Int32 |
StartRowNumber
Declaration
public int StartRowNumber { get; }
Property Value
Type |
---|
System.Int32 |
TableWidget
Declaration
public ITableWidget TableWidget { get; }
Property Value
Type |
---|
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 |