dundas.controls.DataGridHierarchyHeader Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.DataGridHierarchyHeader
      dundas.controls.DataGridColumnHierarchyHeaderColumn
      dundas.controls.DataGridRowHeaderColumn
 

Constructors

 
  Name Description
init Initializes the datagrid row header column. Called during construction.
 
 

Properties

 
  Name Description
caption Gets or sets the row header column caption.
cursor Gets or sets the cursor.
headerText Gets or sets the header text of row header column.
hierarchyUniqueName Gets or sets the uniqueName to identify the hierarchy in the metricSet.
id Gets or sets the row header column ID.
isExpanderHidden Gets or sets if the expanders of this hierarchy will be hidden.
textAlignment Gets or sets the text alignment.
textWrap Gets or sets the text wrapping.
width Gets or sets the row header column 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 this object.