Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / HierBar Property
Example


In This Topic
    HierBar Property
    In This Topic
    Gets the hierarchy bar information for the component.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HierBar As HierBarInfo
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As HierBarInfo
     
    value = instance.HierBar
    public HierBarInfo HierBar {get;}

    Property Value

    HierBarInfo object containing the hierarchy bar information
    Example
    This example binds the spreadsheet to a dataset and turns off the hierarchical view and displays the hierarchy bar when the user clicks on the any of the expansion nodes.
    See Also