Name | Description | |
---|---|---|
![]() | ActualHeader | Gets the header that will be shown in the column header. if Header is not specified the Binding property will be used. |
![]() | ActualWidth | Gets the actual width of the column in pixels. |
![]() | Aggregate | Gets or sets the type of aggregate to include in group headers. |
![]() | AllowDragging | Gets or sets a value indicating whether this column can be dragged. |
![]() | AllowMerging | Gets or sets a value that indicates whether cells in this column can be merged. |
![]() | AllowResizing | Gets or sets a value indicating whether this column can be resized. |
![]() | AllowSorting | Gets or sets a value that indicates whether the user can sort this column by tapping the column header. |
![]() | BackgroundColor | Gets or sets the UIKit.UIColor used to paint the background of cells in this column. |
![]() | Binding | Gets or sets the binding. |
![]() | ColumnName | Gets or sets a value used as an identifier for the column. |
![]() | DataMap | Gets or sets the DataMap used to convert raw values into display values for the column. |
![]() | DataType | Gets the type of the data bound to this column. |
![]() | Format | Gets or sets the format applied to the displayed data. |
![]() | Grid | Gets the grid containing this column. |
![]() | Header | Gets or sets text shown in the header of this column. |
![]() | HeaderBackgroundColor | Gets or sets the UIKit.UIColor used to paint the background of header cells in this column. |
![]() | HeaderHorizontalAlignment | Gets or sets the horizontal alignment of the header. |
![]() | HeaderTextColor | Gets or sets the UIKit.UIColor used to paint the foreground of header cells in this column. |
![]() | HorizontalAlignment | Gets or sets the horizontal alignment. |
![]() | Index | Gets the index of the row inside the collection of rows of the associated FlexGrid. (Inherited from C1.iOS.Grid.GridRowCol) |
![]() | InputType | Gets or sets the type of keyboard shown when the cell is in edit-mode. |
![]() | IsAutoGenerated | Gets a value indicating whether this column or row was generated from source. (Inherited from C1.iOS.Grid.GridRowCol) |
![]() | IsReadOnly | 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. |
![]() | IsVisible | Gets or sets a value indicating whether the column is visible and not collapsed. |
![]() | MaxWidth | Gets or sets the maximum width of the column. |
![]() | MinWidth | Gets or sets the minimum width of the column. |
![]() | PropertyInfo | Gets or sets a PropertyInfo object used for binding the column to items in the data source. |
![]() | SortDirection | Gets the sort direction when the underlying collection is sorted by the same field as this column's SortMemberPath or Binding. |
![]() | SortMemberPath | Gets or sets the path used to sort when the column header of this column is tapped. |
![]() | TextColor | Gets or sets the UIKit.UIColor used to paint the foreground of cells in this column. |
![]() | ValueConverter | Gets or sets an C1.iOS.Core.IValueConverter associated with this column's Binding. |
![]() | Width | Gets or sets the width of the column. |
![]() | WordWrap | Gets or sets a value indicating whether cells in the column wrap their content. |