| Name | Description |
 | AllowAddNew | Specifies whether or not to allow users add new row. |
 | AllowColumnMove | Specifies whether or not to allow users move columns. |
 | AllowColumnSizing | Specifies whether or not to allow users resize column's width. |
 | AllowDelete | Specifies whether or not to allow users delete data from within WebGrid. |
 | AllowEdit | Specifies whether or not to allow users edit and modify data. |
 | AllowFilter | Specifies whether or not to allow users filtering data from within WebGrid. |
 | AllowGrouping | Specifies whether or not to allow users group columns from within WebGrid. |
 | AllowMultipleSelection | Specifies whether user is allowed to perform multiple row selection for this table instance by using combination of Ctrl/shift keys and mouse click. |
 | AllowSelectColumns | Specifies whether or not to allow users select columns from within WebGrid. |
 | AllowSorting | Specifies whether or not to allow users sort columns from within WebGrid. |
 | AutomaticFilter | Specifies whether or not to allow WebGrid automatically handle filtering operation. |
 | AutomaticSort | Specifies whether or not to allow WebGrid automatically handle sorting operation. |
 | ButtonStyle | The style applied to the button object of WebGridColumn which Type is Button. |
 | Caption | Gets or sets the text displayed in the table header. |
 | CaptionImage | Gets or sets the image that will be displayed in the table header, before Caption. |
 | CellClickAction | Specifies the action when users click on a cell. |
 | CellPaddingDefault | Specifies the default cell padding that controls the Table cell's padding. |
 | CellSpacingDefault | Specifies the default cell spacing that controls the Table cell's spacing. |
 | CheckedRowStyle | Gets or sets the style applied to the checked row object of WebGridColumn. |
 | ChildTables | Gets the collection of child WebGridTable object. |
 | Collection | (Inherited from ISNet.WebUI.NamedObjectBase) |
 | ColumnFooters | Specifies whether or not to display column footers. |
 | ColumnHeaders | Specifies whether or not to display column headers. |
 | Columns | Gets the collection of the WebGridColumn objects. |
 | ColumnSets | Gets or sets a set of columns and rows as one row layout. |
 | ColumnSetSettings | Gets or sets numerous customized settings on ColumnSet. |
 | ColumnWidthDefault | Specifies the default column's width in Unit. |
 | DataKeyField | Gets or sets the key field in the data source specified by the DataSource property and DataMember specified in the WebGridTable object. |
 | DataMember | Gets or sets the name of data source for which the table displays its data. |
 | FilteredColumns | Gets the collection of WebGridFilter objects. |
 | FocusCellStyle | Gets or sets the style used when a row or cell is focused/selected. |
 | FooterStyle | Gets or sets the style applied to the footer row. |
 | FormatConditions | Gets or sets the condition on WebGrid and apply the styles automatically when the condition is met. |
 | Grid | Gets the WebGrid object that own this table. |
 | GridLineColor | Specifies the gridline's color. |
 | GridLines | Specifies the appearance of Table's GridLines that will separate between rows and cells. |
 | GridLineStyle | Specifies the gridline's style. |
 | GroupedColumns | Gets the collection of WebGridGroup objects. |
 | GroupMode | Gets or sets a value indicating whether groups should be collapsed or expanded when groups are calculated. |
 | GroupRowInfoFormatDefault | Gets or sets the default group row's format string. |
 | GroupRowInfoStyle | Gets or sets the style for GroupRow. |
 | GroupTotalStyle | Gets or sets the style applied to group total row. |
 | GroupTotalVisible | Determines whether total row for each GroupRow is shown. |
 | HasChildTable | Returns whether the object has child tables. |
 | HeaderClickAction | Specifies the action when users click on column's header. |
 | HeaderStyle | Gets or sets the style applied to the row. |
 | HideColumnsWhenGrouped | Specifies whether the column headers of grouped columns is hidden. |
 | HyperlinkStyle | Gets or sets the style applied to the hyperlink. |
 | IsRootTable | Returns whether the object is root table. |
 | IsUseColumnSet | Determines whether this table is valid to use columnset for rendering the row layout. |
 | Layout | Gets the LayoutSet object of which the object belongs to. |
 | Name | Overridden. |
 | NewRowInfoText | Gets or sets the text that will be displayed in new row when new row isn't focused. |
 | NewRowStyle | The style applied to new row. |
 | ParentTable | Returns the parent table of this object. |
 | Position | Returns the position of the object based on the Collection that owns this object. |
 | PreviewRowSettings | Gets or sets the expandable preview row on WebGridTable. |
 | PreviewRowVisible | Specifies whether or preview or is visible on WebGridTable. |
 | RowHeaders | Specifies whether or not to display row's header. Row headers are used to identify current selected row and can be clicked to select a row. |
 | RowHeaderStyle | Gets or sets the row headers style on WebGridTable. |
 | RowHeaderWidth | Specifies the width of RowHeader in Unit. |
 | RowHeightDefault | Specifies the default row height in Unit. |
 | RowLayout | Specifies the row's rendering layout mode. |
 | Rows | Gets the collection of WebGridRow objects. |
 | RowStyle | Gets or sets the style applied to the row. |
 | SelectedRowStyle | Gets or sets the style applied to the selected row. |
 | SelfReferencingSettings | Gets or sets a collection of settings that replicate WebGrid's SelfReference feature. |
 | SortedColumns | Gets the collection of WebGridGroup objects. |
 | SortedColumnStyle | Gets or sets the WebGridColumn style when sorted. |
 | TableHeaderStyle | Gets or sets the style applied to table header. |
 | TableHeaderVisible | Determines whether or not to display table header. |
 | TableLevel | Returns the deep level of the current object from Hierarchy structure. |
 | TreeNodeField | Gets or sets the data field to be used when the WebGrid is configured to use TreeView mode (bound to XmlDataSource control) |
 | UseValueListForSorting | Indicates whether the value list data should be used for sorting a column. |