Spread for ASP.NET 12 Product Documentation
ShowParentRow Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > HierBarInfo Class : ShowParentRow Property
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;}
See Also

Reference

HierBarInfo Class
HierBarInfo Members