Version

GridColumn class Members

The following tables list the members exposed by GridColumn.

Public Constructors
 NameDescription
Public ConstructorGridColumn Constructor  
Public Properties
 NameDescription
Public PropertycheckedCountReturns the number of checked rows in this column.  
Public PropertydataTypeData type of the column. Returns an integer value defined in the Infragistics.Web.UI.GridDataType enum.  
Public PropertyfooterGets reference to the footer object.  
Public PropertyfooterElementReturns the element assoicated with the column footer.  
Public PropertyfooterTextText of the column footer.  
Public PropertyformatMethodHolds 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.  
Public PropertyheaderGets reference to the header object.  
Public PropertyheaderCheckedGets whether the header checkbox is checked or not  
Public PropertyheaderElementReturns the element assoicated with the column header.  
Public PropertyheaderTextText of the column header.  
Public PropertyhiddenIndicates whether the column is hidden from view.  
Public PropertyidPairGets the ID pair of the column.  
Public PropertyindexGets the index of the column inside of its container collection.  
Public PropertyisCheckboxGets a boolean value that indicates true if the column is a checkbox column. Returns false otherwise.  
Public PropertyisTemplatedGets a boolean value that indicates true if the column is a templated column. Returns false otherwise.  
Public PropertykeyGets the key of the column.  
Public PropertynullableIndicates whether the column's type is nullable.  
Public PropertynullTextReturns null text for the column.  
Public PropertypartialCountReturns the number of partially checked rows in this column.  
Public PropertytypeGets the type of the column. Supported types are: "string", "number", "date", "boolean".  
Public PropertyvisibleIndexIndex of the column in which it appears in the HTML.  
Public PropertywidthGets the width of the Column  
Public Methods
 NameDescription
Public MethoddisposeDisposes of the column object.  
See Also