The members of System.Web.UI.WebControls.DataGrid are listed below.
See Also: Inherited members from System.Web.UI.WebControls.BaseDataList
DataGrid()Documentation for this section has not yet been entered.
constCancelCommandName string. Documentation for this section has not yet been entered. constDeleteCommandName string. Documentation for this section has not yet been entered. constEditCommandName string. Documentation for this section has not yet been entered. constNextPageCommandArgument string. Documentation for this section has not yet been entered. constPageCommandName string. Documentation for this section has not yet been entered. constPrevPageCommandArgument string. Documentation for this section has not yet been entered. constSelectCommandName string. Documentation for this section has not yet been entered. constSortCommandName string. Documentation for this section has not yet been entered. constUpdateCommandName string. Documentation for this section has not yet been entered.
AllowCustomPaging bool. Documentation for this section has not yet been entered. AllowPaging bool. Documentation for this section has not yet been entered. AllowSorting bool. Documentation for this section has not yet been entered. [read-only] AlternatingItemStyle TableItemStyle. Documentation for this section has not yet been entered. AutoGenerateColumns bool. Documentation for this section has not yet been entered. BackImageUrl string. Documentation for this section has not yet been entered. [read-only] Columns DataGridColumnCollection. Documentation for this section has not yet been entered. CurrentPageIndex int. Documentation for this section has not yet been entered. EditItemIndex int. Documentation for this section has not yet been entered. [read-only] EditItemStyle TableItemStyle. Documentation for this section has not yet been entered. [read-only] FooterStyle TableItemStyle. Documentation for this section has not yet been entered. [read-only] HeaderStyle TableItemStyle. Documentation for this section has not yet been entered. [read-only] Items DataGridItemCollection. Documentation for this section has not yet been entered. [read-only] ItemStyle TableItemStyle. Documentation for this section has not yet been entered. [read-only] PageCount int. Documentation for this section has not yet been entered. [read-only] PagerStyle DataGridPagerStyle. Documentation for this section has not yet been entered. PageSize int. Documentation for this section has not yet been entered. SelectedIndex int. Documentation for this section has not yet been entered. [read-only] SelectedItem DataGridItem. Documentation for this section has not yet been entered. [read-only] SelectedItemStyle TableItemStyle. Documentation for this section has not yet been entered. ShowFooter bool. Documentation for this section has not yet been entered. ShowHeader bool. Documentation for this section has not yet been entered. VirtualItemCount int. Documentation for this section has not yet been entered.
[read-only] overrideTagKey System.Web.UI.HtmlTextWriterTag. Documentation for this section has not yet been entered.
CreateColumnSet(PagedDataSource, bool) : ArrayList Documentation for this section has not yet been entered. overrideCreateControlHierarchy(bool) Documentation for this section has not yet been entered. overrideCreateControlStyle() : Style Documentation for this section has not yet been entered.CreateItem(int, int, ListItemType) : DataGridItem Documentation for this section has not yet been entered.InitializeItem(DataGridItem, DataGridColumn[]) Documentation for this section has not yet been entered.InitializePager(DataGridItem, int, PagedDataSource) Documentation for this section has not yet been entered. overrideLoadViewState(object) Documentation for this section has not yet been entered. overrideOnBubbleEvent(object, EventArgs) : bool Documentation for this section has not yet been entered.OnCancelCommand(DataGridCommandEventArgs) Documentation for this section has not yet been entered.OnDeleteCommand(DataGridCommandEventArgs) Documentation for this section has not yet been entered.OnEditCommand(DataGridCommandEventArgs) Documentation for this section has not yet been entered.OnItemCommand(DataGridCommandEventArgs) This event will be triggered when click is done on one of the elements of the datagrid.OnItemCreated(DataGridItemEventArgs) Documentation for this section has not yet been entered.OnItemDataBound(DataGridItemEventArgs) Documentation for this section has not yet been entered.OnPageIndexChanged(DataGridPageChangedEventArgs) Documentation for this section has not yet been entered.OnSortCommand(DataGridSortCommandEventArgs) Documentation for this section has not yet been entered.OnUpdateCommand(DataGridCommandEventArgs) Documentation for this section has not yet been entered. overridePrepareControlHierarchy() Documentation for this section has not yet been entered. overrideSaveViewState() : object Documentation for this section has not yet been entered. overrideTrackViewState() Documentation for this section has not yet been entered.
CancelCommand Documentation for this section has not yet been entered. DeleteCommand Documentation for this section has not yet been entered. EditCommand Documentation for this section has not yet been entered. ItemCommand Documentation for this section has not yet been entered. ItemCreated Documentation for this section has not yet been entered. ItemDataBound Documentation for this section has not yet been entered. PageIndexChanged Documentation for this section has not yet been entered. SortCommand Documentation for this section has not yet been entered. UpdateCommand Documentation for this section has not yet been entered.