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

The following tables list the members exposed by GridGroupRow.

Public Constructors
 NameDescription
Public ConstructorGridGroupRow ConstructorInitializes a new instance of the GridGroupRow class.  
Top
Public Properties
 NameDescription
Public PropertyActualVisibleGets 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 Xuni.Forms.FlexGrid.GridRow)
Public PropertyAllowMerging Gets or sets a value that indicates whether cells in this row can be merged. (Inherited from Xuni.Forms.FlexGrid.GridRow)
Public PropertyBindingContext (Inherited from Xamarin.Forms.BindableObject)
Public PropertyDataItemOverridden.  Gets the data item.  
Public PropertyHeight Gets or sets the height of the row. (Inherited from Xuni.Forms.FlexGrid.GridRow)
Public PropertyIndexGets the index of the row inside the collection of rows of the associated FlexGrid. (Inherited from Xuni.Forms.FlexGrid.GridRow)
Public PropertyIsCollapsedGets or sets a value that indicates whether the GridGroupRow is collapsed (child rows are hidden) or expanded (child rows are visible).  
Public PropertyIsReadOnly Gets or sets a value indicating whether this row is read only. (Inherited from Xuni.Forms.FlexGrid.GridRow)
Public PropertyIsVisible Gets or sets a value indicating whether the row is visible and not collapsed. (Inherited from Xuni.Forms.FlexGrid.GridRow)
Public PropertyMaxHeight Gets or sets the maximum height of the row. (Inherited from Xuni.Forms.FlexGrid.GridRow)
Public PropertyMinHeight Gets or sets the minimum height of the row. (Inherited from Xuni.Forms.FlexGrid.GridRow)
Public PropertyParent Gets the parent group row. (Inherited from Xuni.Forms.FlexGrid.GridRow)
Top
Public Methods
 NameDescription
Public MethodClearValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodGetValue (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetBinding (Inherited from Xamarin.Forms.BindableObject)
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

GridGroupRow Class
Xuni.Forms.FlexGrid Namespace