Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / TreeIndent Property


In This Topic
    TreeIndent Property
    In This Topic
    Gets or sets the indent used to offset each group of rows in the grid.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("TreeIndent")>
    <BrowsableAttribute(True)>
    Public Property TreeIndent As Double
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Double
     
    instance.TreeIndent = value
     
    value = instance.TreeIndent
    [Foundation.Export("TreeIndent")]
    [Browsable(true)]
    public double TreeIndent {get; set;}
    See Also