[]
Represents information about the hierarchy bar in the Spread component.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class HierBarInfo : ISerializeSupport
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class HierBarInfo
Implements ISerializeSupport
| Name | Description |
|---|---|
| HierBarInfo() | Creates a new HierBarInfo object. |
| 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. |
| 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. |