Interface IRowGenerator
Provides the functionalities for the row generator.
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public interface IRowGenerator
Properties
Items
Gets the collection of data rows.
Declaration
IList<DataRowBase> Items { get; }
Property Value
Type |
---|
System.Collections.Generic.IList<DataRowBase> |
Owner
Gets or sets the owner of the RowGenerator.
Declaration
SfDataGrid Owner { get; set; }
Property Value
Type |
---|
SfDataGrid |
Methods
EnsureColumns(VisibleLinesCollection)
Creates or updates the visible columns in the view.
Declaration
void EnsureColumns(VisibleLinesCollection visibleColumns)
Parameters
Type | Name | Description |
---|---|---|
VisibleLinesCollection | visibleColumns | The columns that are needs to be visible. |
EnsureRows(VisibleLinesCollection)
Creates or updates the visible rows in the view.
Declaration
void EnsureRows(VisibleLinesCollection visibleRows)
Parameters
Type | Name | Description |
---|---|---|
VisibleLinesCollection | visibleRows | The visible lines in the view. |