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

The following tables list the members exposed by GridRow.

Public Constructors
 NameDescription
Public ConstructorGridRow ConstructorInitializes a new instance of the GridRow class.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AllowMergingProperty  
Public Fieldstatic (Shared in Visual Basic)HeightProperty  
Public Fieldstatic (Shared in Visual Basic)IsReadOnlyProperty  
Public Fieldstatic (Shared in Visual Basic)IsVisibleProperty  
Public Fieldstatic (Shared in Visual Basic)MaxHeightProperty  
Public Fieldstatic (Shared in Visual Basic)MinHeightProperty  
Top
Public Properties
 NameDescription
Public PropertyActualVisibleGets a value indicating whether the row is visible. The row could be collapsed either because the IsVisible was set to false or the Parent is collapsed.  
Public PropertyAllowMerging Gets or sets a value that indicates whether cells in this row can be merged.  
Public PropertyBindingContext (Inherited from Xamarin.Forms.BindableObject)
Public PropertyDataItem Gets the data item.  
Public PropertyHeight Gets or sets the height of the row.  
Public PropertyIndexGets the index of the row inside the collection of rows of the associated FlexGrid.  
Public PropertyIsReadOnly Gets or sets a value indicating whether this row is read only.  
Public PropertyIsVisible Gets or sets a value indicating whether the row is visible and not collapsed.  
Public PropertyMaxHeight Gets or sets the maximum height of the row.  
Public PropertyMinHeight Gets or sets the minimum height of the row.  
Public PropertyParent Gets the parent group row.  
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

GridRow Class
Xuni.Forms.FlexGrid Namespace