Name | Description | |
---|---|---|
![]() | GridGroupRow Constructor | Overloaded. |
The following tables list the members exposed by GridGroupRow.
Name | Description | |
---|---|---|
![]() | GridGroupRow Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ActualHeight | Gets the actual height of the row in pixels. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | ActualVisible | Gets a value indicating whether the row is visible. The row could be collapsed either because the GridRow.IsVisible was set to false or the GridRow.Parent is collapsed. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | AllowDragging | Gets or sets a value indicating whether this row can be dragged. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | AllowMerging | Gets or sets a value that indicates whether cells in this row can be merged. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | AllowResizing | Gets or sets a value indicating whether this row can be resized. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | BackgroundColor | Gets or sets the Xamarin.Forms.Color used to paint the background of cells in this row. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | DataIndex | Gets the index of the data inside the collection of items. |
![]() | DataItem | Overridden. Gets the data item. |
![]() | Grid | Gets the grid containing this row. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | GroupName | Gets the header of the column associated with this group. |
![]() | GroupRowPosition | Gets or sets the position of the group row. |
![]() | GroupText | Gets the a string representing the group item. |
![]() | HeaderBackgroundColor | Gets or sets the Xamarin.Forms.Color used to paint the background of header cells in this row. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | HeaderTextColor | Gets or sets the Xamarin.Forms.Color used to paint the foreground of header cells in this row. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | Height | Gets or sets the height of the row. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | Index | Gets the index of the row inside the collection of rows of the associated FlexGrid. (Inherited from C1.Xamarin.Forms.Grid.GridRowCol) |
![]() | IsAutoGenerated | Gets a value indicating whether this column or row was generated from source. (Inherited from C1.Xamarin.Forms.Grid.GridRowCol) |
![]() | IsCollapsed | Gets or sets a value that indicates whether the GridGroupRow is collapsed (child rows are hidden) or expanded (child rows are visible). |
![]() | IsReadOnly | Gets or sets a value indicating whether this row is read only. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | IsVisible | Gets or sets a value indicating whether the row is visible and not collapsed. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | ItemsCount | Gets the number of data items in this group. |
![]() | Level | Gets or sets the nesting level inside a group. This is zero if no grouping is used. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | MaxHeight | Gets or sets the maximum height of the row. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | MinHeight | Gets or sets the minimum height of the row. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | Parent | Gets the parent group row. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | TextColor | Gets or sets the Xamarin.Forms.Color used to paint the foreground of cells in this row. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | WordWrap | Gets or sets a value indicating whether cells in the row wrap their content. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
Name | Description | |
---|---|---|
![]() | OnAttached | Called when the row is attached to a collection of rows. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | OnDetached | Called when the row is detached from a collection of rows. (Inherited from C1.Xamarin.Forms.Grid.GridRow) |
![]() | OnPropertyChanged | Overridden. Called when a property changed. |
![]() | OnPropertyChanging | Called before a property changed. (Inherited from C1.Xamarin.Forms.Grid.GridRowCol) |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from C1.Xamarin.Forms.Grid.GridRowCol) |
![]() | PropertyChanging | Occurs before a property value changes. (Inherited from C1.Xamarin.Forms.Grid.GridRowCol) |