Interface ITableWidget
Represents a Widget with table layouting.
Assembly: Syncfusion.DLS.Base.dll
public interface ITableWidget : IWidget
Properties
Declaration
int ColumnsCount { get; }
Property Value
Declaration
Property Value
Declaration
ITableLayoutInfo TableLayoutInfo { get; }
Property Value
Methods
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
Gets row widget by row index.
Declaration
IWidget GetRowWidget(int row)
Parameters
Type |
Name |
Description |
System.Int32 |
row |
|
Returns