[]
Creates a change in the dimensions of a column or row.
public static GridControlAdapterNotifyChange CreateDimensionChange(int index, int count = 1)
Public Shared Function CreateDimensionChange(index As Integer, Optional count As Integer = 1) As GridControlAdapterNotifyChange
| Type | Name | Description |
|---|---|---|
| int | index | The index of the column or row. |
| int | count | The number of items whose dimension changed. |
| Type | Description |
|---|---|
| GridControlAdapterNotifyChange |