Interface IGridListControlSource
Provide functionality to GridListControl.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public interface IGridListControlSource
Methods
GetStyle(Int32, Int32)
Gets the style.
Declaration
GridStyleInfo GetStyle(int recordNum, int columnIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | recordNum | The record num. |
System.Int32 | columnIndex | Index of the column. |
Returns
Type | Description |
---|---|
GridStyleInfo | returns grid style info |
GetVisibleColumnCount()
Gets the visible column count.
Declaration
int GetVisibleColumnCount()
Returns
Type | Description |
---|---|
System.Int32 | returns visible column count |
GetWidth(Int32)
Gets the width.
Declaration
int GetWidth(int columnIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | columnIndex | Index of the column. |
Returns
Type | Description |
---|---|
System.Int32 | returns width |
SetWidth(Int32, Int32)
Used internally.
Declaration
void SetWidth(int columnIndex, int width)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | columnIndex | |
System.Int32 | width |
Events
ItemPropertiesChanged
Used internally.
Declaration
event EventHandler ItemPropertiesChanged
Event Type
Type |
---|
System.EventHandler |