Table of Contents
GridColumn Objects

Client side representation of a GridColumn.

Methods
Name Description
ensureVisible Scrolls the column into view.
getGrid Returns the Grid object that owns this grid column.
getHeaderText Returns the header text of the column.
getIndex Returns the current index of the column.
getMaxWidth Gets the maximum width of the grid column.
getMinWidth Gets the minimum width of the grid column.
getName Get the value of Name property.
getOriginalIndex Returns the original index of the column.
getVisible Returns a value indicating whether the column is visible.
getWidth Gets the width of the column in pixel.
setHeaderText Sets the header text of the column.
setVisible Show or hide the grid column.
setWidth Sets the width of the column in pixel.