Search
Header Members
Constructors Properties Methods
 


Represents a header in a lane grid.

The following tables list the members exposed by the Header type.

 Public Constructors

  Name Description

Header

Initializes a new instance of the Header class.

 Public Properties

  Name Description

height

Gets or sets the height of this header.

isColumnHeader

Gets a value indicating whether this header is a column header.

isRowHeader

Gets a value indicating whether this header is a row header.

resizeType

Gets or sets how a row or a column is resized relatively to its parent.

rotateTitle

Gets or sets a value indicating whether to rotate the header caption at 90 degrees.

style

Gets or sets the style of this header.

subHeaders

Gets a collection of the subheaders of this header.

title

Gets or sets the header caption.

width

Gets or sets the width of this header.

 Public Methods

  Name Description

loadFromXml

Loads the lane header from the specified XML element.

saveToXml

Serializes the lane header to the specified XML element

 See Also