ComponentOne Xamarin Edition
GridCellFactoryBase.ColumnInfo Constructor
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridCellFactoryBase.ColumnInfo Class : GridCellFactoryBase.ColumnInfo Constructor
The width.
The minimum width.
The maximum width.
if set to true the column is visible.
Initializes a new instance of the GridCellFactoryBase.ColumnInfo class.
Syntax
public GridCellFactoryBase.ColumnInfo( 
   Xamarin.Forms.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

Reference

GridCellFactoryBase.ColumnInfo Class
GridCellFactoryBase.ColumnInfo Members