GridView Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AccessKey | Gets or sets the access key that allows you to quickly navigate to the Web server control. (inherited from WebControl) |
| AllowPaging | Gets or sets a value indicating whether the paging feature is enabled. |
| AllowSorting | Gets or sets a value indicating whether the sorting feature is enabled. |
| AlternatingRowStyle | Gets a reference to the TableItemStyle object that allows you to set the appearance of alternating data rows in a GridView control. |
| AppRelativeTemplateSourceDirectory | Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control. (inherited from Control) |
| Attributes | Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. (inherited from WebControl) |
| AutoGenerateColumns | Gets or sets a value indicating whether bound fields are automatically created for each field in the data source. |
| AutoGenerateDeleteButton | Gets or sets a value indicating whether a CommandField field column with a Delete button for each data row is automatically added to a GridView control. |
| AutoGenerateEditButton | Gets or sets a value indicating whether a CommandField field column with an Edit button for each data row is automatically added to a GridView control. |
| AutoGenerateSelectButton | Gets or sets a value indicating whether a CommandField field column with a Select button for each data row is automatically added to a GridView control. |
| BackColor | Gets or sets the background color of the Web server control. (inherited from WebControl) |
| BackImageUrl | Gets or sets the URL to an image to display in the background of a GridView control. |
| BindingContainer | Gets the control that contains this control's data binding. (inherited from Control) |
| BorderColor | Gets or sets the border color of the Web control. (inherited from WebControl) |
| BorderStyle | Gets or sets the border style of the Web server control. (inherited from WebControl) |
| BorderWidth | Gets or sets the border width of the Web server control. (inherited from WebControl) |
| BottomPagerRow | Gets a GridViewRow object that represents the bottom pager row in a GridView control. |
| Caption | Gets or sets the text to render in an HTML caption element in a GridView control. This property is provided to make the control more accessible to users of assistive technology devices. |
| CaptionAlign | Gets or sets the horizontal or vertical position of the HTML caption element in a GridView control. This property is provided to make the control more accessible to users of assistive technology devices. |
| CellPadding | Gets or sets the amount of space between the contents of a cell and the cell's border. |
| CellSpacing | Gets or sets the amount of space between cells. |
| ClientID | Gets the server control identifier generated by ASP.NET. (inherited from Control) |
| Columns | Gets a collection of DataControlField objects that represent the column fields in a GridView control. |
| Controls | Gets a collection of the child controls within the composite data-bound control. (inherited from CompositeDataBoundControl) |
| ControlStyle | Gets the style of the Web server control. This property is used primarily by control developers. (inherited from WebControl) |
| ControlStyleCreated | Gets a value indicating whether a Style object has been created for the ControlStyle property. This property is primarily used by control developers. (inherited from WebControl) |
| CssClass | Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client. (inherited from WebControl) |
| DataKeyNames | Gets or sets an array that contains the names of the primary key fields for the items displayed in a GridView control. |
| DataKeys | Gets a collection of DataKey objects that represent the data key value of each row in a GridView control. |
| DataMember | Gets or sets the name of the list of data that the data-bound control binds to, in cases where the data source contains more than one distinct list of data items. (inherited from DataBoundControl) |
| DataSource | Gets or sets the object from which the data-bound control retrieves its list of data items. (inherited from BaseDataBoundControl) |
| DataSourceID | Gets or sets the ID of the control from which the data-bound control retrieves its list of data items. (inherited from DataBoundControl) |
| EditIndex | Gets or sets the index of the row to edit. |
| EditRowStyle | Gets a reference to the TableItemStyle object that allows you to set the appearance of the row selected for editing in a GridView control. |
| EmptyDataRowStyle | Gets a reference to the TableItemStyle object that allows you to set the appearance of the empty data row rendered when a GridView control is bound to a data source that does not contain any records. |
| EmptyDataTemplate | Gets or sets the user-defined content for the empty data row rendered when a GridView control is bound to a data source that does not contain any records. |
| EmptyDataText | Gets or sets the text to display in the empty data row rendered when a GridView control is bound to a data source that does not contain any records. |
| Enabled | Gets or sets a value indicating whether the Web server control is enabled. (inherited from WebControl) |
| EnableSortingAndPagingCallbacks | Gets or sets a value indicating whether client-side callbacks are used for sorting and paging operations. |
| EnableTheming | Gets or sets a value indicating whether themes apply to this control. (inherited from WebControl) |
| EnableViewState | Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. (inherited from Control) |
| Font | Gets the font properties associated with the Web server control. (inherited from WebControl) |
| FooterRow | Gets a GridViewRow object that represents the footer row in a GridView control. |
| FooterStyle | Gets a reference to the TableItemStyle object that allows you to set the appearance of the footer row in a GridView control. |
| ForeColor | Gets or sets the foreground color (typically the color of the text) of the Web server control. (inherited from WebControl) |
| GridLines | Gets or sets the gridline style for a GridView control. |
| HasAttributes | Gets a value indicating whether the control has attributes set. (inherited from WebControl) |
| HeaderRow | Gets a GridViewRow object that represents the header row in a GridView control. |
| HeaderStyle | Gets a reference to the TableItemStyle object that allows you to set the appearance of the header row in a GridView control. |
| Height | Gets or sets the height of the Web server control. (inherited from WebControl) |
| HorizontalAlign | Gets or sets the horizontal alignment of a GridView control on the page. |
| ID | Gets or sets the programmatic identifier assigned to the server control. (inherited from Control) |
| NamingContainer | Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same Control.ID property value. (inherited from Control) |
| Page | Gets a reference to the Page instance that contains the server control. (inherited from Control) |
| PageCount | Gets the number of pages required to display the records of the data source in a GridView control. |
| PageIndex | Gets or sets the index of the currently displayed page. |
| PagerSettings | Gets a reference to the PagerSettings object that allows you to set the properties of the pager buttons in a GridView control. |
| PagerStyle | Gets a reference to the TableItemStyle object that allows you to set the appearance of the pager row in a GridView control. |
| PagerTemplate | Gets or sets the custom content for the pager row in a GridView control. |
| PageSize | Gets or sets the number of records to display on a page in a GridView control. |
| Parent | Gets a reference to the server control's parent control in the page control hierarchy. (inherited from Control) |
| RowHeaderColumn | Gets or sets the name of the column to use as the column header for the GridView control. This property is provided to make the control more accessible to users of assistive technology devices. |
| Rows | Gets a collection of GridViewRow objects that represent the data rows in a GridView control. |
| RowStyle | Gets a reference to the TableItemStyle object that allows you to set the appearance of the data rows in a GridView control. |
| SelectedDataKey | Gets the DataKey object that contains the data key value for the selected row in a GridView control. |
| SelectedIndex | Gets or sets the index of the selected row in a GridView control. |
| SelectedRow | Gets a reference to a GridViewRow object that represents the selected row in the control. |
| SelectedRowStyle | Gets a reference to the TableItemStyle object that allows you to set the appearance of the selected row in a GridView control. |
| SelectedValue | Gets the data key value of the selected row in a GridView control. |
| ShowFooter | Gets or sets a value indicating whether the footer row is displayed in a GridView control. |
| ShowHeader | Gets or sets a value indicating whether the header row is displayed in a GridView control. |
| Site | Gets information about the container that hosts the current control when rendered on a design surface. (inherited from Control) |
| SkinID | Gets or sets the skin to apply to the control. (inherited from WebControl) |
| SortDirection | Gets the sort direction of the column being sorted. |
| SortExpression | Gets the sort expression associated with the column or columns being sorted. |
| Style | Gets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control. (inherited from WebControl) |
| TabIndex | Gets or sets the tab index of the Web server control. (inherited from WebControl) |
| TemplateControl | Gets or sets a reference to the template that contains this control. (inherited from Control) |
| TemplateSourceDirectory | Gets the virtual directory of the Page or UserControl that contains the current server control. (inherited from Control) |
| ToolTip | Gets or sets the text displayed when the mouse pointer hovers over the Web server control. (inherited from WebControl) |
| TopPagerRow | Gets a GridViewRow object that represents the top pager row in a GridView control. |
| UniqueID | Gets the unique, hierarchically qualified identifier for the server control. (inherited from Control) |
| UseAccessibleHeader | Gets or sets a value indicating whether a GridView control renders its header in an accessible format. This property is provided to make the control more accessible to users of assistive technology devices. |
| Visible | Gets or sets a value that indicates whether a server control is rendered as UI on the page. (inherited from Control) |
| Width | Gets or sets the width of the Web server control. (inherited from WebControl) |
| Name | Description | |
|---|---|---|
| Adapter | Gets the browser-specific adapter for the control. (inherited from Control) |
| ChildControlsCreated | Gets a value that indicates whether the server control's child controls have been created. (inherited from Control) |
| ClientIDSeparator | Gets a character value representing the separator character used in the ClientID property. (inherited from Control) |
| Context | Gets the HttpContext object associated with the server control for the current Web request. (inherited from Control) |
| DesignMode | Gets a value indicating whether a control is being used on a design surface. (inherited from Control) |
| Events | Gets a list of event handler delegates for the control. This property is read-only. (inherited from Control) |
| HasChildViewState | Gets a value indicating whether the current server control's child controls have any saved view-state settings. (inherited from Control) |
| IdSeparator | Gets the character used to separate control identifiers. (inherited from Control) |
| Initialized | Gets a value indicating whether the data-bound control has been initialized. (inherited from BaseDataBoundControl) |
| IsBoundUsingDataSourceID | Gets a value indicating whether the DataSourceID property is set. (inherited from BaseDataBoundControl) |
| IsChildControlStateCleared | Gets a value indicating whether controls contained within this control have control state. (inherited from Control) |
| IsEnabled | Gets a value indicating whether the control is enabled. (inherited from WebControl) |
| IsTrackingViewState | Gets a value that indicates whether the server control is saving changes to its view state. (inherited from Control) |
| IsViewStateEnabled | Gets a value indicating whether view state is enabled for this control. (inherited from Control) |
| LoadViewStateByID | Gets a value indicating whether the control participates in loading its view state by ID instead of index. (inherited from Control) |
| RequiresDataBinding | Gets or sets a value indicating whether the DataBind method should be called. (inherited from BaseDataBoundControl) |
| SelectArguments | Gets a DataSourceSelectArguments object that the data-bound control uses when retrieving data from a data source control. (inherited from DataBoundControl) |
| TagKey | Gets the HtmlTextWriterTag value for the GridView control. |
| TagName | Gets the name of the control tag. This property is used primarily by control developers. (inherited from WebControl) |
| ViewState | Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page. (inherited from Control) |
| ViewStateIgnoresCase | Gets a value that indicates whether the StateBag object is case-insensitive. (inherited from Control) |
Reference
GridView ClassSystem.Web.UI.WebControls Namespace
BoundField
ButtonField
CheckBoxField
CommandField
DataGrid
DetailsView
FormView
HyperLinkField
ImageField
SqlDataSource
TemplateField
AllowPaging
AllowSorting
AutoGenerateColumns
AutoGenerateEditButton
AutoGenerateSelectButton
Columns
System.Web.HttpServerUtility.HtmlEncode
Other Resources
Accessing Data with ASP.NETData Source Controls Overview
ASP.NET Data Source Control Parameters
Community Additions
ADD
Show: