| Name | Description |
| AggregateFunction | Gets or sets the aggregate function which result will be shown in total rows or group total rows for a column. |
| AllowGrouping | Specifies whether or not to allow users group columns from within WebGrid. |
| AllowMultiLine | Specifies whether cells that belong to this column can display multiple lines of data. |
| AllowSizing | Specifies whether or not to allow users resize the column's width. |
| AllowSorting | Specifies whether or not to allow users sort columns from within WebGrid. |
| Bound | Specifies whether the column is bound to the DataColumn of DataSource. |
| ButtonAutoPostback | Gets or sets whether postback should be automatically performed on button click. |
| ButtonImage | Gets or sets the image of the button when the ColumnType of the WebGridColumn is set to ButtonImage. |
| ButtonPostbackMode | Gets or sets whether the postback should be performed by using OnTheFly or FullPagePostback mode when a button is clicked. |
| ButtonStyle | The style applied to the button object of WebGridColumn which Type is Button. |
| ButtonText | Gets or sets the default button's text of column which ColumnType is Button. |
| CanAddToChartCategories | Determines whether this column can be added to Chart Categories Zone. |
| CanAddToChartData | Determines whether this column can be added to Chart Data Zone. |
| CanAddToChartFilter | Determines whether this column can be added to Chart Filter Zone. |
| CanAddToChartSeries | Determines whether this column can be added to Chart Series Zone. |
| Caption | Gets or sets the text displayed in the column's heading area. |
| CaseSensitiveGrouping | Specifies whether the grouping should be case sensitive when comparing text values. |
| CellImage | Gets or sets the image filename that will be displayed in cells that belong to this column. |
| CellStyle | Gets or sets the style applied to the cells of this column. |
| CellTemplate | Gets or sets the template applied to the cells of this column. |
| Collection | (Inherited from ISNet.WebUI.NamedObjectBase) |
| ColumnType | Gets or sets the type of the column that control how the column content will be rendered. |
| CustomAggregateResult | Gets the custom aggregate result for the Grid's column footer. |
| CustomEditorName | Gets the type of custom editor name for Grid's column. |
| CustomEditorProperties | Gets or sets the control specific properties to be used in a custom editor. |
| CustomEditorServerId | Gets or sets the ID of a server side control when used in custom editor. |
| DataFormatString | Gets or sets the string format to use when rendering values. |
| DataMember | Gets or sets the name of the data column for which its data value will be displayed. |
| DefaultFilterType | |
| DefaultText | Specifies the default text of this column when new row is added. |
| DefaultValue | Gets or sets the default value of the column when new row is added. |
| EditInfoImage | Gets or sets the image to be displayed in status bar when the cell of this column is being edited. |
| EditInfoText | Gets or sets the text to be displayed in status bar when the cell of this column is being edited. |
| EditType | Gets or sets the edit control for the column. |
| FilterEditType | Gets or sets the filter edit type for this column. |
| FilterKeyField | Gets or sets the filter key field for WebGridFilter object. |
| FooterStyle | Gets or sets the style applied to the column's footer. |
| FooterText | Gets or sets the text that will be displayed in column's footer, before the result calculated based on AggregateFunction. |
| FooterValue | |
| GroupEmptyString | Gets or sets the text displayed in a group row when the value grouped is an empty string or null. |
| GroupInterval | Gets or sets a value that determines how groups should be calculated. |
| GroupRowInfoFormat | Gets or sets the string format for the group row's info. |
| GroupRowValueFormatString | Gets or sets the string format for the group row's value. |
| HasValueList | |
| HeaderImage | Gets or sets the image that will be displayed in column heading's area before the Caption. |
| HeaderStyle | Gets or sets the style applied to the row. |
| HeaderTooltip | Gets or sets the tool tip text that will be displayed when users hover on column heading's area. |
| HiddenDataMember | Gets or sets the hidden data member to be rendered along with this column. |
| HtmlHeaders | Gets or sets the headers attribute of this column. Applicable only in 508 standards mode. |
| HtmlScope | Gets or sets the scope attribute for the header of this column. Applicable only in 508 standards mode. |
| HtmlUniqueId | Gets or sets the unique id of this column. Applicable only in 508 standards mode. |
| HyperlinkCustomTarget | Gets or sets the custom window/frame name used for the hyperlink target. |
| HyperlinkDisplayText | Gets or sets the text used for the hyperlink's display. |
| HyperlinkFormatString | Gets or sets the formatting string used to render the hyperlink's href. |
| HyperlinkTarget | Gets or sets the target of this hyperlink column. |
| ImageFormatString | Gets or sets the formatting string used to render the image's src. |
| InputRequired | Specifies whether user input is required for the cell of this column during editing mode. |
| InputRequiredErrorText | Gets or sets the error message text that displayed in error image's tooltip when input is required. |
| IsAutoIncrement | |
| IsAutoWidth | Gets or sets whether this column is an auto width column. |
| IsRowChecker | Gets or sets whether this column should act as row checker. |
| IsRowHeader | |
| MaxHeight | Gets or sets the maximum height for this column. |
| Name | Overridden. Gets or sets the name of the column. |
| NewRowEditType | Gets or sets the edit type used in new row for this column. |
| NullText | Gets or sets the text that will be displayed when a cell value is null or System.DBNull. |
| Position | Gets the Position of the column. |
| ShowInChartFieldList | Gets or sets a boolean value indicating whether this field should be displayed in Field list. |
| ShowInSelectColumns | Specifies whether the column will be shown in Select Columns menu. |
| SortKeyField | Gets or sets the sort key field for SortColumn. |
| Table | Gets the WebGridTable object of which the column belongs to. |
| Tag | Gets or sets custom data associated for this column. |
| TextboxMaxlength | Gets or sets the maximum length of the TextBox Edit control. |
| TreatMarkupAsLiteralText | |
| UseValueListForSorting | Indicates whether the value list data should be used for sorting a column. |
| ValueList | Gets or sets the WebValueList object of the column. |
| Visible | Gets or sets whether the column will be rendered. |
| WebComboID | Gets or sets the WebCombo.NET™ instance's ID associated with this column. |
| Width | Gets or sets the width of the column in Unit. |