Search
Header Members
Constructors Properties Methods
 


Represents a header in a grid view.

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

 Public Constructors

  Name Description

Header

Overloaded. 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 degree.

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.

TitleColor

Gets or sets the color of the header caption.

TitleFont

Gets or sets the font of the header caption.

TitleFormat

Gets or sets the alignment of the header caption.

Width

Gets or sets the width of this header.

 Protected Methods

  Name Description

LoadFromJson

Loads the header from the specified JsonObject using the specified context.

LoadFromXml

Loads the header from the specified XElement using the specified context.

SaveToJson

Saves the header to the specified JsonObject using the specified context.

SaveToXml

Saves the header to the specified XElement using the specified context.

 See Also