Xuni Product Documentation - Xamarin.Forms
GridColumn Class Properties

For a list of all members of this type, see GridColumn members.

Public Properties
 NameDescription
Public PropertyActualHeaderGets the header that will be shown in the column header. if Header is not specified the Binding property will be used.  
Public PropertyAggregate Gets or sets the type of aggregate to include in group headers.  
Public PropertyAllowMerging Gets or sets a value that indicates whether cells in this column can be merged.  
Public PropertyAllowResizing Gets or sets a value indicating whether this column can be resized.  
Public PropertyAllowSorting Gets or sets a value that indicates whether the user can sort this column by tapping the column header.  
Public PropertyBinding Gets or sets the binding.  
Public PropertyBindingContext (Inherited from Xamarin.Forms.BindableObject)
Public PropertyCellEditingTemplate Gets or sets the template used to edit a cell.  
Public PropertyCellTemplate Gets or sets the template used to display the contents of a cell that is not in editing mode.  
Public PropertyColumnName Gets or sets a value used as an identifier for the column.  
Public PropertyDataMap Gets or sets the DataMap used to convert raw values into display values for the column.  
Public PropertyDataType Gets the type of the data bound to this column.  
Public PropertyFormat Gets or sets the format applied to the displayed data.  
Public PropertyHeader Gets or sets text shown in the header of this column.  
Public PropertyHeaderHorizontalAlignment Gets or sets the horizontal alignment of the header.  
Public PropertyHorizontalAlignment Gets or sets the horizontal alignment.  
Public PropertyIndex Gets the index of this column in the columns collection.  
Public PropertyInputType Gets or sets the type of keyboard shown when the cell is in edit-mode.  
Public PropertyIsAutoGenerated Gets a value indicating whether this column was generated from source.  
Public PropertyIsReadOnly 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 PropertyIsVisible Gets or sets a value indicating whether the column is visible and not collapsed.  
Public PropertyMaxWidth Gets or sets the maximum width of the column.  
Public PropertyMinWidth Gets or sets the minimum width of the column.  
Public PropertySortDirectionGets the sort direction when the underlaying collection view is sorted by the same field as this column's SortMemberPath or Binding.  
Public PropertySortMemberPath Gets or sets the path used to sort when the column header of this column is tapped.  
Public PropertyWidth Gets or sets the width of the column.  
Public PropertyWordWrap Gets or sets a value indicating whether cells in the row or column wrap their content.  
Top
See Also

Reference

GridColumn Class
Xuni.Forms.FlexGrid Namespace