ComponentOne Xamarin Edition
GridColumn Class Members
Properties  Methods  Events

C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace : GridColumn Class

The following tables list the members exposed by GridColumn.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets the header that will be shown in the column header. if Header is not specified the Binding property will be used.  
Public Property Gets the actual width of the column in pixels.  
Public Property Gets or sets the type of aggregate to include in group headers.  
Public Property Gets or sets a value indicating whether this column can be dragged.  
Public Property Gets or sets a value that indicates whether cells in this column can be merged.  
Public Property Gets or sets a value indicating whether this column can be resized.  
Public Property Gets or sets a value that indicates whether the user can sort this column by tapping the column header.  
Public PropertyGets or sets the Xamarin.Forms.Color used to paint the background of cells in this column.  
Public Property Gets or sets the binding.  
Public Property Gets or sets the template used to edit a cell.  
Public Property Gets or sets the template used to display the contents of a cell that is not in editing mode.  
Public Property Gets or sets a value used as an identifier for the column.  
Public Property Gets or sets the DataMap used to convert raw values into display values for the column.  
Public Property Gets the type of the data bound to this column.  
Public Property Gets or sets the format applied to the displayed data.  
Public Property Gets the grid containing this column.  
Public Property Gets or sets text shown in the header of this column.  
Public PropertyGets or sets the Xamarin.Forms.Color used to paint the background of header cells in this column.  
Public Property Gets or sets the horizontal alignment of the header.  
Public PropertyGets or sets the Xamarin.Forms.Color used to paint the foreground of header cells in this column.  
Public Property Gets or sets the horizontal alignment.  
Public PropertyGets the index of the row inside the collection of rows of the associated FlexGrid. (Inherited from C1.Xamarin.Forms.Grid.GridRowCol)
Public Property Gets or sets the type of keyboard shown when the cell is in edit-mode.  
Public Property Gets a value indicating whether this column or row was generated from source. (Inherited from C1.Xamarin.Forms.Grid.GridRowCol)
Public Property Gets or sets a value indicating whether this column is read only. If the grid is set to be read-only this property will be ignored.  
Public Property Gets or sets a value indicating whether the column is visible and not collapsed.  
Public Property Gets or sets the maximum width of the column.  
Public Property Gets or sets the minimum width of the column.  
Public PropertyGets or sets a PropertyInfo object used for binding the column to items in the data source.  
Public PropertyGets the sort direction when the underlaying collection view is sorted by the same field as this column's SortMemberPath or Binding.  
Public Property Gets or sets the path used to sort when the column header of this column is tapped.  
Public PropertyGets or sets the Xamarin.Forms.Color used to paint the foreground of cells in this column.  
Public PropertyGets or sets an Xamarin.Forms.IValueConverter associated with this column's Binding.  
Public Property Gets or sets the width of the column.  
Public Property Gets or sets a value indicating whether cells in the column wrap their content.  
Top
Public Methods
 NameDescription
Public Method Gets the text corresponding to the cell in the intersection of the specified row and this column.  
Public MethodOverloaded.  Gets the value corresponding to the cell in the intersection of the specified row and this column.  
Public MethodOverloaded.  Sets the value corresponding to the cell in the intersection of the specified row and this column.  
Top
Public Events
 NameDescription
Public Event Occurs when a property value changes. (Inherited from C1.Xamarin.Forms.Grid.GridRowCol)
Public Event Occurs before a property value changes. (Inherited from C1.Xamarin.Forms.Grid.GridRowCol)
Top
See Also

Reference

GridColumn Class
C1.Xamarin.Forms.Grid Namespace