The following tables list the members exposed by GridColumn.
Name | Description | |
---|---|---|
GridColumn Constructor |
Name | Description | |
---|---|---|
checkedCount | Returns the number of checked rows in this column. | |
dataType | Data type of the column. Returns an integer value defined in the Infragistics.Web.UI.GridDataType enum. | |
footer | Gets reference to the footer object. | |
footerElement | Returns the element assoicated with the column footer. | |
footerText | Text of the column footer. | |
formatMethod | Holds a reference to a custom formatting method. The method must accept a single parameter through which the raw value is going to be passed. The return value must be a formatted string. | |
header | Gets reference to the header object. | |
headerChecked | Gets whether the header checkbox is checked or not | |
headerElement | Returns the element assoicated with the column header. | |
headerText | Text of the column header. | |
hidden | Indicates whether the column is hidden from view. | |
idPair | Gets the ID pair of the column. | |
index | Gets the index of the column inside of its container collection. | |
isCheckbox | Gets a boolean value that indicates true if the column is a checkbox column. Returns false otherwise. | |
isTemplated | Gets a boolean value that indicates true if the column is a templated column. Returns false otherwise. | |
key | Gets the key of the column. | |
nullable | Indicates whether the column's type is nullable. | |
nullText | Returns null text for the column. | |
partialCount | Returns the number of partially checked rows in this column. | |
type | Gets the type of the column. Supported types are: "string", "number", "date", "boolean". | |
visibleIndex | Index of the column in which it appears in the HTML. | |
width | Gets the width of the Column |
Name | Description | |
---|---|---|
dispose | Disposes of the column object. |