Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / HierBarInfo Class / ShowParentRow Property
Example


In This Topic
    ShowParentRow Property
    In This Topic
    Gets or sets whether the parent row of the hierarchy is shown on the hierarchy bar in the Spread component.
    Syntax
    'Declaration
     
    
    Public Property ShowParentRow As Boolean
    'Usage
     
    
    Dim instance As HierBarInfo
    Dim value As Boolean
     
    instance.ShowParentRow = value
     
    value = instance.ShowParentRow
    public bool ShowParentRow {get; set;}

    Property Value

    true if the parent row displays; false otherwise
    Remarks

    This is the information about the row above, and thus the parent of, the child sheet in the hierarchy.

    Example
    See Also