C1.Maui.GridControl Assembly / C1.Maui.Grid Namespace / GridControlAdapterNotifyChange Class / CreateDimensionChange Method
The index of the column or row.
The number of items whose dimension changed.
In This Topic
CreateDimensionChange Method (GridControlAdapterNotifyChange)
In This Topic
Creates a change in the dimensions of a column or row.
Syntax
public static GridControlAdapterNotifyChange CreateDimensionChange( 
   int index,
   int count
)

Parameters

index
The index of the column or row.
count
The number of items whose dimension changed.
See Also