Mono Class Library: Overview

System.Web.UI.WebControls.GridView: Members

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

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

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

AllowPagingbool. Documentation for this section has not yet been entered.
AllowSortingbool. Documentation for this section has not yet been entered.
[read-only]
AlternatingRowStyleTableItemStyle. Documentation for this section has not yet been entered.
AutoGenerateColumnsbool. Documentation for this section has not yet been entered.
AutoGenerateDeleteButtonbool. Documentation for this section has not yet been entered.
AutoGenerateEditButtonbool. Documentation for this section has not yet been entered.
AutoGenerateSelectButtonbool. Documentation for this section has not yet been entered.
BackImageUrlstring. Documentation for this section has not yet been entered.
[read-only]
BottomPagerRowGridViewRow. Documentation for this section has not yet been entered.
Captionstring. Documentation for this section has not yet been entered.
CaptionAlignTableCaptionAlign. Documentation for this section has not yet been entered.
CellPaddingint. Documentation for this section has not yet been entered.
CellSpacingint. Documentation for this section has not yet been entered.
[read-only]
ColumnsDataControlFieldCollection. Documentation for this section has not yet been entered.
DataKeyNamesstring[]. Documentation for this section has not yet been entered.
[read-only]
DataKeysDataKeyArray. Documentation for this section has not yet been entered.
EditIndexint. Documentation for this section has not yet been entered.
[read-only]
EditRowStyleTableItemStyle. Documentation for this section has not yet been entered.
[read-only]
EmptyDataRowStyleTableItemStyle. Documentation for this section has not yet been entered.
EmptyDataTemplateSystem.Web.UI.ITemplate. Documentation for this section has not yet been entered.
EmptyDataTextstring. Documentation for this section has not yet been entered.
EnableSortingAndPagingCallbacksbool. Documentation for this section has not yet been entered.
[read-only]
FooterRowGridViewRow. Documentation for this section has not yet been entered.
[read-only]
FooterStyleTableItemStyle. Documentation for this section has not yet been entered.
GridLinesGridLines. Documentation for this section has not yet been entered.
[read-only]
HeaderRowGridViewRow. Documentation for this section has not yet been entered.
[read-only]
HeaderStyleTableItemStyle. Documentation for this section has not yet been entered.
HorizontalAlignHorizontalAlign. Documentation for this section has not yet been entered.
[read-only]
PageCountint. Documentation for this section has not yet been entered.
PageIndexint. Documentation for this section has not yet been entered.
[read-only]
PagerSettingsPagerSettings. Documentation for this section has not yet been entered.
[read-only]
PagerStyleTableItemStyle. Documentation for this section has not yet been entered.
PagerTemplateSystem.Web.UI.ITemplate. Documentation for this section has not yet been entered.
PageSizeint. Documentation for this section has not yet been entered.
RowHeaderColumnstring. Documentation for this section has not yet been entered.
[read-only]
RowsGridViewRowCollection. Documentation for this section has not yet been entered.
[read-only]
RowStyleTableItemStyle. Documentation for this section has not yet been entered.
[read-only]
SelectedDataKeyDataKey. Documentation for this section has not yet been entered.
SelectedIndexint. Documentation for this section has not yet been entered.
[read-only]
SelectedRowGridViewRow. Documentation for this section has not yet been entered.
[read-only]
SelectedRowStyleTableItemStyle. Documentation for this section has not yet been entered.
[read-only]
SelectedValueobject. 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.
[read-only]
SortDirectionSortDirection. Documentation for this section has not yet been entered.
[read-only]
SortExpressionstring. Documentation for this section has not yet been entered.
[read-only]
TopPagerRowGridViewRow. Documentation for this section has not yet been entered.
UseAccessibleHeaderbool. 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.

Public Methods

override
DataBind()
Documentation for this section has not yet been entered.
DeleteRow(int)
Documentation for this section has not yet been entered.
IsBindableType(Type) : bool
Documentation for this section has not yet been entered.
Sort(string, SortDirection)
Documentation for this section has not yet been entered.
UpdateRow(int, bool)
Documentation for this section has not yet been entered.

Protected Methods

CreateAutoGeneratedColumn(AutoGeneratedFieldProperties) : AutoGeneratedField
Documentation for this section has not yet been entered.
override
CreateChildControls(IEnumerable, bool) : int
Documentation for this section has not yet been entered.
CreateChildTable() : Table
Documentation for this section has not yet been entered.
CreateColumns(PagedDataSource, bool) : ICollection
Documentation for this section has not yet been entered.
override
CreateControlStyle() : Style
Documentation for this section has not yet been entered.
override
CreateDataSourceSelectArguments() : System.Web.UI.DataSourceSelectArguments
Documentation for this section has not yet been entered.
CreateRow(int, int, DataControlRowType, DataControlRowState) : GridViewRow
Documentation for this section has not yet been entered.
ExtractRowValues(System.Collections.Specialized.IOrderedDictionary, GridViewRow, bool, bool)
Documentation for this section has not yet been entered.
GetCallbackResult() : string
Documentation for this section has not yet been entered.
GetCallbackScript(IButtonControl, string) : string
Documentation for this section has not yet been entered.
InitializePager(GridViewRow, int, PagedDataSource)
Documentation for this section has not yet been entered.
InitializeRow(GridViewRow, DataControlField[])
Documentation for this section has not yet been entered.
override
LoadControlState(object)
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.
override
OnDataPropertyChanged()
Documentation for this section has not yet been entered.
override
OnDataSourceViewChanged(object, EventArgs)
Documentation for this section has not yet been entered.
override
OnInit(EventArgs)
Documentation for this section has not yet been entered.
OnPageIndexChanged(EventArgs)
Documentation for this section has not yet been entered.
OnPageIndexChanging(GridViewPageEventArgs)
Documentation for this section has not yet been entered.
override
OnPagePreLoad(object, EventArgs)
Documentation for this section has not yet been entered.
override
OnPreRender(EventArgs)
Documentation for this section has not yet been entered.
OnRowCancelingEdit(GridViewCancelEditEventArgs)
Documentation for this section has not yet been entered.
OnRowCommand(GridViewCommandEventArgs)
Documentation for this section has not yet been entered.
OnRowCreated(GridViewRowEventArgs)
Documentation for this section has not yet been entered.
OnRowDataBound(GridViewRowEventArgs)
Documentation for this section has not yet been entered.
OnRowDeleted(GridViewDeletedEventArgs)
Documentation for this section has not yet been entered.
OnRowDeleting(GridViewDeleteEventArgs)
Documentation for this section has not yet been entered.
OnRowEditing(GridViewEditEventArgs)
Documentation for this section has not yet been entered.
OnRowUpdated(GridViewUpdatedEventArgs)
Documentation for this section has not yet been entered.
OnRowUpdating(GridViewUpdateEventArgs)
Documentation for this section has not yet been entered.
OnSelectedIndexChanged(EventArgs)
Documentation for this section has not yet been entered.
OnSelectedIndexChanging(GridViewSelectEventArgs)
Documentation for this section has not yet been entered.
OnSorted(EventArgs)
Documentation for this section has not yet been entered.
OnSorting(GridViewSortEventArgs)
Documentation for this section has not yet been entered.
override
PerformDataBinding(IEnumerable)
Documentation for this section has not yet been entered.
PrepareControlHierarchy()
Documentation for this section has not yet been entered.
RaiseCallbackEvent(string)
Documentation for this section has not yet been entered.
RaisePostBackEvent(string)
Documentation for this section has not yet been entered.
override
Render(System.Web.UI.HtmlTextWriter)
Documentation for this section has not yet been entered.
override
SaveControlState() : object
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

PageIndexChangedDocumentation for this section has not yet been entered.
PageIndexChangingDocumentation for this section has not yet been entered.
RowCancelingEditDocumentation for this section has not yet been entered.
RowCommandDocumentation for this section has not yet been entered.
RowCreatedDocumentation for this section has not yet been entered.
RowDataBoundDocumentation for this section has not yet been entered.
RowDeletedDocumentation for this section has not yet been entered.
RowDeletingDocumentation for this section has not yet been entered.
RowEditingDocumentation for this section has not yet been entered.
RowUpdatedDocumentation for this section has not yet been entered.
RowUpdatingDocumentation for this section has not yet been entered.
SelectedIndexChangedDocumentation for this section has not yet been entered.
SelectedIndexChangingDocumentation for this section has not yet been entered.
SortedDocumentation for this section has not yet been entered.
SortingDocumentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Web.UI.ICallbackEventHandler.GetCallbackResultDocumentation for this section has not yet been entered.
System.Web.UI.WebControls.ICallbackContainer.GetCallbackScriptDocumentation for this section has not yet been entered.
System.Web.UI.WebControls.IPostBackContainer.GetPostBackOptionsDocumentation for this section has not yet been entered.
System.Web.UI.ICallbackEventHandler.RaiseCallbackEventDocumentation for this section has not yet been entered.
System.Web.UI.IPostBackEventHandler.RaisePostBackEventDocumentation for this section has not yet been entered.