ComponentOne Xamarin.iOS
Level Property (GridRow)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRow Class : Level Property
Gets or sets the nesting level inside a group. This is zero if no grouping is used.
Syntax
'Declaration
 
Public Property Level As Integer
'Usage
 
Dim instance As GridRow
Dim value As Integer
 
instance.Level = value
 
value = instance.Level
public int Level {get; set;}
See Also

Reference

GridRow Class
GridRow Members