Mono Class Library: Overview

System.Web.UI.WebControls.DataGrid: Members

The members of System.Web.UI.WebControls.DataGrid are listed below.

See Also: Inherited members from System.Web.UI.WebControls.BaseDataList

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

const
CancelCommandNamestring. Documentation for this section has not yet been entered.
const
DeleteCommandNamestring. Documentation for this section has not yet been entered.
const
EditCommandNamestring. Documentation for this section has not yet been entered.
const
NextPageCommandArgumentstring. Documentation for this section has not yet been entered.
const
PageCommandNamestring. Documentation for this section has not yet been entered.
const
PrevPageCommandArgumentstring. Documentation for this section has not yet been entered.
const
SelectCommandNamestring. Documentation for this section has not yet been entered.
const
SortCommandNamestring. Documentation for this section has not yet been entered.
const
UpdateCommandNamestring. Documentation for this section has not yet been entered.

Public Properties

AllowCustomPagingbool. Documentation for this section has not yet been entered.
AllowPagingbool. Documentation for this section has not yet been entered.
AllowSortingbool. Documentation for this section has not yet been entered.
[read-only]
AlternatingItemStyleTableItemStyle. Documentation for this section has not yet been entered.
AutoGenerateColumnsbool. Documentation for this section has not yet been entered.
BackImageUrlstring. Documentation for this section has not yet been entered.
[read-only]
ColumnsDataGridColumnCollection. Documentation for this section has not yet been entered.
CurrentPageIndexint. Documentation for this section has not yet been entered.
EditItemIndexint. Documentation for this section has not yet been entered.
[read-only]
EditItemStyleTableItemStyle. Documentation for this section has not yet been entered.
[read-only]
FooterStyleTableItemStyle. Documentation for this section has not yet been entered.
[read-only]
HeaderStyleTableItemStyle. Documentation for this section has not yet been entered.
[read-only]
ItemsDataGridItemCollection. Documentation for this section has not yet been entered.
[read-only]
ItemStyleTableItemStyle. Documentation for this section has not yet been entered.
[read-only]
PageCountint. Documentation for this section has not yet been entered.
[read-only]
PagerStyleDataGridPagerStyle. Documentation for this section has not yet been entered.
PageSizeint. Documentation for this section has not yet been entered.
SelectedIndexint. Documentation for this section has not yet been entered.
[read-only]
SelectedItemDataGridItem. Documentation for this section has not yet been entered.
[read-only]
SelectedItemStyleTableItemStyle. Documentation for this section has not yet been entered.
ShowFooterbool. Documentation for this section has not yet been entered.
ShowHeaderbool. Documentation for this section has not yet been entered.
VirtualItemCountint. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
TagKeySystem.Web.UI.HtmlTextWriterTag. Documentation for this section has not yet been entered.

Protected Methods

CreateColumnSet(PagedDataSource, bool) : ArrayList
Documentation for this section has not yet been entered.
override
CreateControlHierarchy(bool)
Documentation for this section has not yet been entered.
override
CreateControlStyle() : 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.
override
LoadViewState(object)
Documentation for this section has not yet been entered.
override
OnBubbleEvent(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.
override
PrepareControlHierarchy()
Documentation for this section has not yet been entered.
override
SaveViewState() : object
Documentation for this section has not yet been entered.
override
TrackViewState()
Documentation for this section has not yet been entered.

Public Events

CancelCommandDocumentation for this section has not yet been entered.
DeleteCommandDocumentation for this section has not yet been entered.
EditCommandDocumentation for this section has not yet been entered.
ItemCommandDocumentation for this section has not yet been entered.
ItemCreatedDocumentation for this section has not yet been entered.
ItemDataBoundDocumentation for this section has not yet been entered.
PageIndexChangedDocumentation for this section has not yet been entered.
SortCommandDocumentation for this section has not yet been entered.
UpdateCommandDocumentation for this section has not yet been entered.