Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridGroupRow Class
Properties Methods Events


In This Topic
    GridGroupRow Class Members
    In This Topic

    The following tables list the members exposed by GridGroupRow.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets 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 PropertyGets or sets a value indicating whether this row can be dragged. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
    Public PropertyGets or sets a value that indicates whether cells in this row can be merged. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
    Public PropertyGets 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 PropertyGets the index of the data inside the collection of items.  
    Public PropertyOverridden. Gets the data item.  
    Public PropertyGets the grid containing this row. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
    Public PropertyGets the header of the column associated with this group.  
    Public PropertyGets or sets the position of the group row.  
    Public PropertyGets the a string representing the group item.  
    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 PropertyGets 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 PropertyGets a value indicating whether this column or row was generated from source. (Inherited from C1.Xamarin.Forms.Grid.GridRowCol)
    Public PropertyGets or sets a value that indicates whether the GridGroupRow is collapsed (child rows are hidden) or expanded (child rows are visible).  
    Public PropertyGets or sets a value indicating whether this row is read only. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
    Public PropertyGets or sets a value indicating whether the row is visible and not collapsed. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
    Public PropertyGets the number of data items in this group.  
    Public PropertyGets or sets the nesting level inside a group. This is zero if no grouping is used. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
    Public PropertyGets or sets the maximum height of the row. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
    Public PropertyGets or sets the minimum height of the row. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
    Public PropertyGets 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 PropertyGets or sets a value indicating whether cells in the row wrap their content. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled when the row is attached to a collection of rows. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
    Protected MethodCalled when the row is detached from a collection of rows. (Inherited from C1.Xamarin.Forms.Grid.GridRow)
    Protected MethodOverridden. Called when a property changed.  
    Protected MethodCalled before a property changed. (Inherited from C1.Xamarin.Forms.Grid.GridRowCol)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.Xamarin.Forms.Grid.GridRowCol)
    Public EventOccurs before a property value changes. (Inherited from C1.Xamarin.Forms.Grid.GridRowCol)
    Top
    See Also