Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference- .NET API Reference
- JavaScript API Reference- EO.Web- EO.Web
- Objects- AJAXPostedFile Object
- AJAXUploader Object
- Calendar Object
- Callback Object
- ColorPicker Object
- ComboBox Object
- Control Object
- Dialog Object
- Downloader Object
- EditableLabel Object
- Editor Object
- EventInfo Object
- FileExplorer Object
- FileExplorerHolder Object
- Floater Object
- Grid Object
- GridCell Object
- GridColumn Object
- GridItem Object
- ImageZoom Object
- ListBox Object
- ListBoxItem Object
- MaskedEdit Object
- MaskedEditSegment Object
- MenuItem Object
- MultiPage Object
- NavigationItem Object
- NavigationItemGroup Object
- Navigator Object
- NavigatorEventInfo Object
- ProgressBar Object
- RangeSlider Object
- Rating Object
- ScriptEvent Object
- Slide Object
- Slider Object
- SliderBase Object
- SpellChecker Object
- Splitter Object
- SplitterPane Object
- ToolBar Object
- ToolBarItem Object
- ToolTip Object
- TreeNode Object
- TreeView Object
 
- Global Functions
- Event Handlers
 
- EO.WebEngine
 
- EO.Web
 
| GridColumn Objects | 
Client side representation of a GridColumn.
 Methods
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. | 

