[]
        
(Showing Draft Content)

FarPoint.Web.Spread.HierBarInfo

HierBarInfo Class

Represents information about the hierarchy bar in the Spread component.

Inheritance
HierBarInfo
Implements
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class HierBarInfo : ISerializeSupport
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class HierBarInfo
    Implements ISerializeSupport

Constructors

Name Description
HierBarInfo()

Creates a new HierBarInfo object.

Properties

Name Description
Align

Gets or sets the horizontal alignment of the hierarchy bar in the Spread component.

BackColor

Gets or sets the background color of the hierarchy bar in the Spread component.

Font

Gets or sets the font information for the hierarchy bar in the Spread component.

ForeColor

Gets or sets the color of text in the hierarchy bar in the Spread component.

ShowParentRow

Gets or sets whether the parent row of the hierarchy is shown on the hierarchy bar in the Spread component.

ShowWholePath

Gets or sets whether the whole path to the child view is shown on the hierarchy bar in the Spread component.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the hierarchy bar information from XML.

Reset()

Sets the properties of a hierarchy bar in the Spread component to their default values.

Serialize(XmlTextWriter)

Saves the hierarchy bar information to XML.