dundas.controls.DataGridColumn Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.DataGridColumn
 

Constructors

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

Properties

 
  Name Description
adapter Gets the control adapter displayed in the column's cells.
axisAdapter Gets the control adapter displayed as an axis scale in the column's headers for reference for controls in the cells.
bindingElementUsageUniqueName Gets or sets the unique name identifying the element displayed by this column.
cellHeight Gets or sets the height of the cell in pixels.
cellStyle Gets or sets the cell style definition.
colorRules Gets an array of color rules to apply to the cells.
controlHeight Gets or sets the child control's height in pixels within the cell.
controlWidth Gets or sets the child control's width in pixels within the cell.
cursor Gets or sets the column cursor.
darkFontColor Gets or sets the font color used for text to contrast against light background colors from a color rule.
dataTooltip Gets or sets the tooltip displayed when hovering over cells. This can be set using placeholder keywords.
groupHeaderStyle Gets or sets the group header StyleDefinition.
groupText Gets or sets the text to display in an extra level of headers above the column headers grouping multiple columns under one header.
headerBottomBorderBrush Gets or sets a brush to apply along the bottom of the header cell.
headerBottomBorderBrushWidth Gets or sets the width of the bottom border brush in pixels.
headerStyle Gets or sets the header style definition.
headerText Gets or sets the text to display in the column header, which can include placeholder keywords for data displayed along columns.
headerTooltip Gets or sets the tooltip text of the column header.
hyperlinkAddress Gets or sets the hyperlink address for hyperlinks displayed in the cells. This can be set using placeholder keywords.
hyperlinkTarget Gets or sets the target type for hyperlinks displayed in the cells.
id Gets or sets the column ID.
imagePath Gets or sets the path or address referring to images to display in the cells. This can be set using placeholder keywords.
imageStretchType Gets or sets the stretch type of images displayed in the cells.
isAxisHeaderEnabled Gets or sets whether to display an axis in the header as a reference for child controls.
isFrozen Gets or sets a value indicating whether this column is frozen on the left side of the table so its position is not changed when other columns are scrolled horizontally.
isRenderedAsHTML Gets or sets whether the column's values from data should be rendered as HTML.
isVisible Gets or sets the visibility of the column.
leftBorderWidth Gets or sets the width of the column left border in pixels.
levelUniqueName Gets or sets the level unique name when displaying values from one specific hierarchy level.
lightFontColor Gets or sets the font color used for text to contrast against dark background colors from a color rule.
metricSetBinding Gets the metric set binding of the control adapter displayed in the column's cells.
name Gets the column display name.
rightBorderWidth Gets or sets the width of the column right border in pixels.
stateStyles Gets or sets the state styles of the column.
text Gets or sets the column's cell text. This can be set using placeholder keywords.
triggerReload Gets or sets if the table will be reloaded when a property is changed.
type Gets or sets the column type.
verticalAlignment Gets or sets the vertical alignment of the content when shorter than the row height.
width Gets or sets the width of the column in pixels.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
removeStyle Removes style manager of this column from the page.
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 column.