AspxGridView 方法

Name Description
AddNewRow Adds a new record.
ApplyStyle Copies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers. (Inherited from WebControl)
ApplyStyleSheetSkin Applies the style properties defined in the page style sheet to the control. (Inherited from Control)
AutoFilterByColumn Applies a filter to the specified data column.
BeginUpdate Prevents the ASPxGridView from being rendered until the EndUpdate method is called.
CancelEdit Cancels all the changes made and switches the ASPxGridView to browse mode.
ClearSort Clears sorting applied to the ASPxGridView.
CollapseAll Collapses all group rows.
CollapseRow Overloaded. Collapses the specified group row and optionally any child group rows at all nesting levels.
CopyBaseAttributes Copies the properties not encapsulated by the System.Web.UI.WebControls.WebControl.Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers. (Inherited from WebControl)
DataBind Binds a data source to the ASPxGridView control and all its child controls.
DeleteRow Deletes the specified row.
Dispose Enables a server control to perform final clean up before it is released from memory.
DoRowValidation Validates the row currently being edited.
EndUpdate Re-enables render operations after a call to the BeginUpdate method and forces an immediate re-rendering.
Equals Overloaded. Determines whether the specified System.Object instances are considered equal. (Inherited from Object)
Equals Overloaded. Determines whether the specified System.Object is equal to the current System.Object. (Inherited from Object)
ExpandAll Expands all group rows.
ExpandRow Overloaded. Expands the specified group row and optionally child group rows at all nesting levels.
FindControl Searches the current naming container for a server control with the specified parameter. (Inherited from Control)
FindDetailRowTemplateControl Searches for the server control contained within the specified detail row's template.
FindEditFormTemplateControl Searches for the specified server control contained within the Edit Form's template.
FindEditRowCellTemplateControl Searches for the specified server control contained within the specified cell's template.
FindEmptyDataRowTemplateControl Searches for the server control contained within the Empty Data Row.
FindFooterCellTemplateControl Searches for the server control contained within the specified footer cell's template.
FindFooterRowTemplateControl Searches for the server control contained within the Footer's template.
FindGroupRowTemplateControl Searches for the server control contained within the specified group row's template.
FindHeaderTemplateControl Searches for the specified server control contained within the column header's template.
FindPagerBarTemplateControl Searches for the specified server control contained within the pager bar.
FindPreviewRowTemplateControl Searches for the specified server control contained within the specified preview row's template.
FindRowCellTemplateControl Searches for the server control contained within the specified data cell's template.
FindRowCellTemplateControlByKey Searches for the server control contained within the specified data cell's template.
FindRowTemplateControl Searches for the specified server control contained within the specified data row's template.
FindRowTemplateControlByKey Searches for the specified server control contained within the specified data row's template.
FindStatusBarTemplateControl Searches for the specified server control contained within the Status Bar.
FindTitleTemplateControl Searches for the specified server control contained within the Title Panel.
FindVisibleIndexByKeyValue Returns the row's visible index by its key value.
Focus Sets input focus to the web control. (Inherited from ASPxWebControl)
ForceDataRowType Informs the ASPxGridView about the type of objects contained within its data source.
GetChildDataRow Returns a System.Data.DataRow object that represents the specified row contained within the specified group.
GetChildRow Returns a data row contained within the specified group.
GetChildRowCount Returns the number of data rows contained within the specified group.
GetChildRowValues Returns the values of the specified data source fields within the specified data row, contained within the specified group.
GetClientSideEventHandler Returns the specified client event's handler. (Inherited from ASPxWebControl)
GetColumnsShownInHeaders Returns the columns whose headers are displayed within the Column Header Panel.
GetControlStyle For internal use only. (Inherited from ASPxWebControl)
GetCssClassNamePrefix Overloaded. For internal use only. (Inherited from ASPxWebControl)
GetCurrentPageRowValues Returns the row values displayed within the current page.
GetDataRow Returns a System.Data.DataRow object that represents the specified row.
GetDefaultBooleanProperty For internal use only. (Inherited from ASPxWebControl)
GetDetailRowKeyValue Gets the master row's key value.
GetDetailRowValues Returns the values within the specified master row cells.
GetGroupedColumns Returns a collection of columns involved in grouping.
GetGroupRowSummaryText Returns the summary text displayed within the specified group row.
GetGroupSummaryValue Returns a summary value calculated against the specified group of rows.
GetHashCode Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetMasterRowFieldValues Returns the values within the specified master row cells.
GetMasterRowKeyValue Returns the master row's key value.
GetPaddings For internal use only. (Inherited from ASPxWebControl)
GetPreviewText Returns the preview text displayed within the specified data row.
GetRow Returns an object that represents the specified row.
GetRowLevel Returns the level at which the specified row resides.
GetRowValues Returns the values of the specified data source fields within the specified row.
GetRowValuesByKeyValue Returns the specified row's values displayed within the specified columns (fields).
GetSelectedFieldValues Returns the row values displayed within all selected rows.
GetSortedColumns Returns a collection of columns involved in sorting.
GetTotalSummaryValue Returns a summary value calculated against all data rows.
GetType Gets the System.Type of the current instance. (Inherited from Object)
GroupBy Overloaded. Groups data by the values of the specified column. If several columns are involved in grouping, the specified column will reside at the specified grouping level.
HasControls Determines if the server control contains any child controls. (Inherited from Control)
HideFilterControl Hides the Filter Control.
HtmlEncode Overloaded. For internal use only. (Inherited from ASPxWebControl)
IsAccessibilityCompliantRender Overloaded. Returns a value that indicates whether the control's accessible html code is rendered. (Inherited from ASPxWebControl)
IsAllowGroup Indicates whether end-users can drag the specified column's header to the group panel to group data against the column's values.
IsAllowSort Indicates whether data sorting is allowed.
IsClientSideAPIEnabled Returns a value that indicates whether service JScript files should be sent to the client side to enable the control's client-side API. (Inherited from ASPxWebControl)
IsClientSideEventsAssigned For internal use only. (Inherited from ASPxWebControl)
IsClientVisible For internal use only. (Inherited from ASPxWebControl)
IsEnabled Returns a value that specifies whether a web control is enabled. (Inherited from ASPxWebControlBase)
IsGroupRow Indicates whether the specified row is the group row.
IsLoading For internal use only. (Inherited from ASPxWebControlBase)
IsNativeRender For internal use only. (Inherited from ASPxWebControl)
IsReadOnly Indicates whether the specified column is read-only.
IsRowExpanded Identifies whether the specified group row is expanded.
IsViewStateStoring For internal use only. (Inherited from ASPxWebControlBase)
LoadClientLayout Restores the ASPxGridView's layout from the specified string.
MakeResponseCompressed Specifies that the response code (the HTML code of the web page) should be compressed on the server before sending it to the client. (Inherited from ASPxWebControl)
MakeRowVisible Makes the specified data row visible on screen.
MergeStyle Copies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers. (Inherited from WebControl)
RedirectOnCallback Redirects a client to a new URL while processing a callback. (Inherited from ASPxWebControl)
ReferenceEquals Determines whether the specified System.Object instances are the same instance. (Inherited from Object)
RegisterBaseScript Registers base scripts which are required to embed an ASPxGridView control into the specified page. (Inherited from ASPxWebControl)
RegisterStyleSheets For internal use only.
RegisterUtilsScript Registers a script which is required to embed the DevExpress.Web.ASPxClasses.Scripts.ASPxClientUtils module's functionality into the specified page. (Inherited from ASPxWebControl)
RenderBeginTag Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers. (Inherited from WebControl)
RenderControl Outputs server control content to a provided System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled. (Inherited from Control)
RenderEndTag Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers. (Inherited from WebControl)
ResetViewStateStoringFlag For internal use only. (Inherited from ASPxWebControlBase)
ResolveClientUrl Gets a URL that can be used by the browser. (Inherited from Control)
ResolveUrl Converts a URL into one that is usable on the requesting client. (Inherited from Control)
SaveClientLayout Saves the ASPxGridView's layout.
SetClientSideEventHandler Defines a handler for the specified client event. (Inherited from ASPxWebControl)
SetDefaultBooleanProperty For internal use only. (Inherited from ASPxWebControl)
SetRenderMethodDelegate Assigns an event handler delegate to render the server control and its content into its parent control. (Inherited from Control)
SetViewStateStoringFlag For internal use only. (Inherited from ASPxWebControlBase)
ShowFilterControl Displays the Filter Control.
SortBy Overloaded. Sorts data by the specified column's values.
StartEdit Switches the ASPxGridView to edit mode.
ToString Returns a System.String that represents the current System.Object. (Inherited from Object)
UnGroup Ungroups data by the values of the specified column.
UpdateEdit Saves all the changes made and switches the ASPxGridView to browse mode.
UseCachedObjects For internal use ony. (Inherited from ASPxWebControl)

你可能感兴趣的:(GridView)