ComponentOne Xamarin.Android
TreeIndent Property


C1.Android.Grid Assembly > C1.Android.Grid Namespace > FlexGrid Class : TreeIndent Property
Gets or sets the indent used to offset each group of rows in the grid.
Syntax
'Declaration
 
Public Property TreeIndent As Double
'Usage
 
Dim instance As FlexGrid
Dim value As Double
 
instance.TreeIndent = value
 
value = instance.TreeIndent
public double TreeIndent {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members