GridBoundColumn Class
GridBoundColumn provides information for a column to be used in a GridDataBoundGrid. GridBoundColumn can be customized with the visual studio designer where you can change header text, mapping name, and formatting of a column.
Object Model

Syntax
'Declaration <DefaultPropertyAttribute("Header")> <DesignTimeVisibleAttribute(False)> <ToolboxItemAttribute(False)> <DesignerCategoryAttribute("Component")> Public Class GridBoundColumn Inherits System.ComponentModel.Component Implements Syncfusion.Windows.Forms.ICurrencyManagerSource
'Usage Dim instance As GridBoundColumn
[DefaultProperty("Header")] [DesignTimeVisible(false)] [ToolboxItem(false)] [DesignerCategory("Component")] public class GridBoundColumn : System.ComponentModel.Component, Syncfusion.Windows.Forms.ICurrencyManagerSource
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Syncfusion.Windows.Forms.Grid.GridBoundColumn
AssemblyVersion
Syncfusion.Grid.Windows: 17.3460.0.26
See Also