C1.Maui.GridControl Assembly / C1.Maui.Grid Namespace / GridControlAdapter.ColumnInfo Class / GridControlAdapter.ColumnInfo Constructor
The width.
The minimum width.
The maximum width.
if set to true the column is visible.
In This Topic
GridControlAdapter.ColumnInfo Constructor
In This Topic
Initializes a new instance of the GridControlAdapter.ColumnInfo class.
Syntax
public GridControlAdapter.ColumnInfo( 
   GridLength width,
   double minWidth,
   double maxWidth,
   bool isVisible
)

Parameters

width
The width.
minWidth
The minimum width.
maxWidth
The maximum width.
isVisible
if set to true the column is visible.
See Also