ComponentOne Xamarin Edition
GridDetailRow Class Members
Properties  Events

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

The following tables list the members exposed by GridDetailRow.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the GridDetailRow class.  
Top
Public Properties
 NameDescription
Public Property Gets the actual height of the row in pixels. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
Public PropertyGets 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)
Public Property Gets or sets a value indicating whether this row can be dragged. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
Public Property Gets or sets a value that indicates whether cells in this row can be merged. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
Public Property Gets or sets a value indicating whether this row can be resized. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
Public PropertyGets or sets the Xamarin.Forms.Color used to paint the background of cells in this row. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
Public Property Gets the collection view to which the bound item belongs to. (Inherited from C1.Xamarin.Forms.Grid.GridBoundRow)
Public Property Gets the index of the data inside the collection of items. (Inherited from C1.Xamarin.Forms.Grid.GridBoundRow)
Public Property Gets the data item. (Inherited from C1.Xamarin.Forms.Grid.GridBoundRow)
Public Property Gets the grid containing this row. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
Public PropertyGets or sets the Xamarin.Forms.Color used to paint the background of header cells in this row. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
Public PropertyGets or sets the Xamarin.Forms.Color used to paint the foreground of header cells in this row. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
Public Property Gets or sets the height of the row. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
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 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 row is read only. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
Public Property Gets or sets a value indicating whether the row is visible and not collapsed. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
Public Property Gets or sets the nesting level inside a group. This is zero if no grouping is used. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
Public Property Gets or sets the maximum height of the row. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
Public Property Gets or sets the minimum height of the row. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
Public Property Gets the parent group row. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
Public PropertyGets or sets the Xamarin.Forms.Color used to paint the foreground of cells in this row. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
Public Property Gets or sets a value indicating whether cells in the row wrap their content. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
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

GridDetailRow Class
C1.Xamarin.Forms.Grid Namespace
GridRow Class