Xuni Product Documentation - Xamarin.Forms
GridColumn Class Members
Fields  Properties  Methods  Events

The following tables list the members exposed by GridColumn.

Public Constructors
 NameDescription
Public ConstructorGridColumn ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AggregateProperty  
Public Fieldstatic (Shared in Visual Basic)AllowMergingProperty  
Public Fieldstatic (Shared in Visual Basic)AllowResizingProperty  
Public Fieldstatic (Shared in Visual Basic)AllowSortingProperty  
Public Fieldstatic (Shared in Visual Basic)BindingProperty  
Public Fieldstatic (Shared in Visual Basic)CellEditingTemplateProperty  
Public Fieldstatic (Shared in Visual Basic)CellTemplateProperty  
Public Fieldstatic (Shared in Visual Basic)DataMapProperty  
Public Fieldstatic (Shared in Visual Basic)FormatProperty  
Public Fieldstatic (Shared in Visual Basic)HeaderHorizontalAlignmentProperty  
Public Fieldstatic (Shared in Visual Basic)HeaderProperty  
Public Fieldstatic (Shared in Visual Basic)HorizontalAlignmentProperty  
Public Fieldstatic (Shared in Visual Basic)InputTypeProperty  
Public Fieldstatic (Shared in Visual Basic)IsReadOnlyProperty  
Public Fieldstatic (Shared in Visual Basic)IsVisibleProperty  
Public Fieldstatic (Shared in Visual Basic)MaxWidthProperty  
Public Fieldstatic (Shared in Visual Basic)MinWidthProperty  
Public Fieldstatic (Shared in Visual Basic)SortMemberPathProperty  
Public Fieldstatic (Shared in Visual Basic)WidthProperty  
Public Fieldstatic (Shared in Visual Basic)WordWrapProperty  
Top
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
Public Methods
 NameDescription
Public MethodClearValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodGetCellText Gets the text corresponding to the cell in the intersection of the specified row and this column.  
Public MethodGetCellValue Gets the value corresponding to the cell in the intersection of the specified row and this column.  
Public MethodGetValue (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetCellValue Sets the value corresponding to the cell in the intersection of the specified row and this column.  
Public MethodSetValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Top
Public Events
 NameDescription
Public EventBindingContextChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventPropertyChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventPropertyChanging (Inherited from Xamarin.Forms.BindableObject)
Top
See Also

Reference

GridColumn Class
Xuni.Forms.FlexGrid Namespace