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


In This Topic
    ShowWholePath Property
    In This Topic
    Gets or sets whether the whole path to the child view is shown on the hierarchy bar in the Spread component.
    Syntax
    'Declaration
     
    
    Public Property ShowWholePath As Boolean
    'Usage
     
    
    Dim instance As HierBarInfo
    Dim value As Boolean
     
    instance.ShowWholePath = value
     
    value = instance.ShowWholePath
    public bool ShowWholePath {get; set;}

    Property Value

    true if the whole path is displayed; false otherwise
    Example
    See Also