dundas.controls.DataGridLevelHeader Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.DataGridLevelHeader
      dundas.controls.DataGridColumnHierarchyHeaderLevel
      dundas.controls.DataGridRowHeaderLevel
 

Constructors

 
  Name Description
init Initializes the row header level. Called during construction.
 
 

Properties

 
  Name Description
caption Gets or sets the caption of row header level.
cursor Gets or sets the cursor.
headerText Gets or sets the header text of row header level.
hierarchyUniqueName Gets or sets the hierarchy unique name of the level.
id Gets or sets the row header column ID.
levelUniqueName Gets or sets the level unique name.
textAlignment Gets or sets the text alignment.
textWrap Gets or sets the text wrapping.
width Gets or sets the row header level's width.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
toString Returns a string representation of the row header level.