Skip to main content
A newer version of this page is available. .

GridView Methods

Displays data in a tabular form.
Name Description
AddNewRow() Adds a new record to this GridView.
AddUnboundColumn() Creates an unbound column with an empty display caption and opens the Expression Editor to allow an end-user to specify an expression for the column.
AddUnboundColumn(String, String) Creates an unbound column with the specified name and display caption and opens the Expression Editor to allow an end-user to specify an expression for the column.
ApplyColumnsFilter() Enables the filtering functionality. Inherited from ColumnView.
ApplyFindFilter(String) Fills in the Find Panel with the specified query and applies it. Inherited from ColumnView.
Assign(BaseView, Boolean) Copies property values and, optionally, event handlers from the View specified as a parameter.
BeginDataUpdate() Prevents visual and internal data updates until the BaseView.EndDataUpdate method is called. Inherited from ColumnView.
BeginInit() Starts the runtime View initialization. Inherited from BaseView.
BeginSelection() Prevents selection updates until the BaseView.EndSelection or the BaseView.CancelSelection method is called. Inherited from BaseView.
BeginSort() Prevents visual and internal data updates until the ColumnView.EndSort method is called. Inherited from ColumnView.
BeginSummaryUpdate() Prevents summaries from being calculated until the GridView.EndSummaryUpdate method is called.
BeginUpdate() Locks the BaseView object by preventing visual updates of the object and its elements until the EndUpdate method is called. Inherited from BaseView.
BestFitColumns() Adjusts column widths so that columns fit their content in the optimal way.
BestFitColumns(Boolean) Adjusts the width of columns so that columns fit their content in the optimal way. The method’s parameter allows you to forcibly adjust the column widths, regardless of whether column resizing is prohibited.
CalcColumnBestWidth(GridColumn) Returns the minimum width that the specified column needs to display its contents completely. Inherited from ColumnView.
CalcHitInfo(Point) Returns information about View elements located at a specified point.
CalcHitInfo(Int32, Int32) Returns information about the View elements located at the specified point.
CancelSelection() Enables selection updates after the BaseView.BeginSelection method call, but doesn’t force an immediate update. Inherited from BaseView.
CancelUpdateCurrentRow() Cancels changes made to focused row cells. Inherited from ColumnView.
CanCollapseMasterRowEx(Int32, Int32) Indicates whether a master row can be collapsed.
CanDragColumn(GridColumn) Indicates whether end-users can drag the specified column’s header.
CanExpandMasterRow(Int32) Indicates whether the specified master row can be expanded to make its default detail visible.
CanExpandMasterRowEx(Int32, Int32) Indicates whether a master row can be expanded to display a particular detail.
CanGroupColumn(GridColumn) Indicates whether end-users can group data by a column’s values.
CanResizeColumn(GridColumn) Indicates whether the specified column’s settings allow end-users to resize the column.
CanResizeDetailRow(Int32) Indicates whether the end-users can change the height of the specified master row’s detail section.
CanResizeRow(Int32) Indicates whether end-users can resize a row.
CanShowFilterButton(GridColumn) Indicates whether end-users can use a particular column to apply data filtering.
CanSortColumn(GridColumn) Indicates whether end-users can sort data by values of a particular column.
CheckLoaded() Forces the grid control to finish its initialization. Inherited from BaseView.
ClearColumnErrors() Removes error descriptions for the focused row. Inherited from ColumnView.
ClearColumnsFilter() Removes any filter conditions applied to the View’s columns. Inherited from ColumnView.
ClearDocument() Clears a previously generated document for printing/exporting. Inherited from BaseView.
ClearFindFilter() Discards the query in the Find Panel. Inherited from ColumnView.
ClearGrouping() Clears the grouping applied to the View and returns the group columns to display in the View.
ClearSelection() Unselects any selected rows in the current View when multiple row selection is in effect. Inherited from ColumnView.
ClearSorting() Clears sorting applied to the View.
CloseEditForm() Saves changes and closes an Edit Form if data has been saved successfully.
CloseEditor() Hides the active editor saving changes made. Inherited from BaseView.
CollapseAllDetails() Closes all View’s details.
CollapseAllGroups() Collapses all groups.
CollapseGroupLevel(Int32, Boolean) Collapses group rows corresponding to the specified group level. Allows you to collapse group rows recursively.
CollapseGroupLevel(Int32) Collapses group rows corresponding to the specified group level.
CollapseGroupRow(Int32, Boolean) Collapses the specified group row and optionally any child group rows at all nesting levels.
CollapseGroupRow(Int32) Collapses the specified group row.
CollapseMasterRow(Int32, Int32) Collapses a specific detail View which belongs to the specific master row.
CollapseMasterRow(Int32, String) Collapses a master row’s detail View, identified by the name of the relationship associated with it.
CollapseMasterRow(Int32) Collapses the specified master row.
ColumnsCustomization() Invokes the Customization Form.
ColumnsCustomization(Point) Invokes the Customization Form at the specified position.
Connect(Object) Connects the View to the specified object. Inherited from BaseView.
ConvertFormatConditionToFormatRules() Converts objects from the BaseView.FormatConditions collection to GridFormatRule objects and adds them to the ColumnView.FormatRules collection. Inherited from ColumnView.
CopyToClipboard() Copies the currently selected data to the Clipboard.
CreateDocument() Creates a print/export document from the View’s data. Inherited from BaseView.
CreateExportLink(IExportProvider) Returns the export link (GridViewExportLink) for the specified GridView.
CreateObjRef(Type) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
DeleteRow(Int32) Deletes a data record or group row (in Grid Views) from the View. Also removes the corresponding row from a data source. Inherited from ColumnView.
DeleteSelectedRows() Deletes the selected rows/cards in multiple selection mode or focused row/card in single selection mode. Inherited from ColumnView.
DestroyCustomization() Closes the Customization Form.
Disconnect(Object) Removes the connection between the View and the specified object. Inherited from BaseView.
Dispose() Releases all resources used by the Component. Inherited from Component.
EndDataUpdate() Enables visual and internal data updates after the BaseView.BeginDataUpdate method call, and forces an immediate View update. Inherited from BaseView.
EndInit() Ends the runtime View initialization. Inherited from BaseView.
EndSelection() Enables selection updates after calling the BaseView.BeginSelection method and forces an immediate update. Inherited from BaseView.
EndSort() Enables visual and internal data updates after the ColumnView.BeginSort method call, and forces an immediate View update. Inherited from ColumnView.
EndSummaryUpdate() Forces an immediate summary calculation and re-enables the automatic summary calculation feature.
EndUpdate() Unlocks the BaseView object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseView.
EnsureRowLoaded(Int32, OperationCompleted) Loads a row (if it is not already loaded) and calls your callback method after that. This method is in effect in Instant Feedback Mode. Inherited from ColumnView.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ExpandAllGroups() Expands all groups.
ExpandGroupLevel(Int32, Boolean) Expands group rows corresponding to the specified group level. Allows you to expand group rows recursively.
ExpandGroupLevel(Int32) Expands group rows corresponding to the specified group level.
ExpandGroupRow(Int32, Boolean) Expands the specified group row and optionally any child group rows at all nesting levels.
ExpandGroupRow(Int32) Expands the specified group row.
ExpandMasterRow(Int32, Int32) Expands the specified detail View, which is identified by its master row and relationship index.
ExpandMasterRow(Int32, String) Expands the specified master row’s detail View, which is identified by the relationship’s name.
ExpandMasterRow(Int32) Expands the specified master row.
Export(ExportTarget, Stream, ExportOptionsBase) Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) in the specified format to a stream, using the specified options. Inherited from BaseView.
Export(ExportTarget, Stream) Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) in the specified format to a stream. Inherited from BaseView.
Export(ExportTarget, String, ExportOptionsBase) Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) in the specified format to a file, using the specified options. Inherited from BaseView.
Export(ExportTarget, String) Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) in the specified format to a file. Inherited from BaseView.
ExportToCsv(Stream, CsvExportOptions) Exports the control’s data to the specified stream in CSV format using the specified options. Inherited from BaseView.
ExportToCsv(Stream) Exports the control’s data to the specified stream in CSV format. Inherited from BaseView.
ExportToCsv(String, CsvExportOptions) Exports the control’s data to the specified file in CSV format using the specified options. Inherited from BaseView.
ExportToCsv(String) Exports the control’s data to the specified file in CSV format. Inherited from BaseView.
ExportToDocx(Stream, DocxExportOptions) Exports the view’s data in the Office Open XML format (DOCX file) and sends it to the specified stream. Inherited from BaseView.
ExportToDocx(Stream) Exports the view’s data in the Office Open XML file format (DOCX file) and sends it to the specified stream. Inherited from BaseView.
ExportToDocx(String, DocxExportOptions) Exports the view’s data in the Office Open XML format and saves it to the specified DOCX file. Inherited from BaseView.
ExportToDocx(String) Exports the view’s data in the Office Open XML file format and saves it to the specified DOCX file. Inherited from BaseView.
ExportToExcelOld(String) Obsolete. Exports the GridControl.DefaultView‘s data to the specified file in MS Excel format. Inherited from BaseView.
ExportToHtml(Stream, HtmlExportOptions) Exports the GridControl.DefaultView‘s data to the specified stream in HTML format using the specified options. Inherited from BaseView.
ExportToHtml(Stream, String, String, Boolean) Obsolete. Exports the GridControl.DefaultView‘s data to a stream in HTML format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. Inherited from BaseView.
ExportToHtml(Stream) Exports the GridControl.DefaultView‘s data to a stream in HTML format. Inherited from BaseView.
ExportToHtml(String, HtmlExportOptions) Exports the GridControl.DefaultView‘s data to the specified file in HTML format using the specified options. Inherited from BaseView.
ExportToHtml(String, String, String, Boolean) Obsolete. Exports the GridControl.DefaultView‘s data to the specified HTML file with the specified title, using the specified character encoding. The output file can be compressed (secondary characters e.g. spaces are removed) if required. Inherited from BaseView.
ExportToHtml(String, String) Obsolete. Exports the GridControl.DefaultView‘s data to an HTML file using the specified character encoding. Inherited from BaseView.
ExportToHtml(String) Exports the GridControl.DefaultView‘s data to the specified file in HTML format. Inherited from BaseView.
ExportToHtmlOld(String) Obsolete. Exports the GridControl.DefaultView‘s data to the specified file in HTML format. Inherited from BaseView.
ExportToMht(Stream, MhtExportOptions) Exports the GridControl.DefaultView‘s data to the specified stream in MHT format using the specified options. Inherited from BaseView.
ExportToMht(Stream, String, String, Boolean) Obsolete. Exports the GridControl.DefaultView‘s data to a stream in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. Inherited from BaseView.
ExportToMht(String, MhtExportOptions) Exports the GridControl.DefaultView‘s data to the specified file in MHT format using the specified options. Inherited from BaseView.
ExportToMht(String, String, String, Boolean) Obsolete. Exports the GridControl.DefaultView‘s data to the specified file in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. Inherited from BaseView.
ExportToMht(String, String) Obsolete. Exports the GridControl.DefaultView‘s data to the specified file in MHT format using the specified character encoding. Inherited from BaseView.
ExportToMht(String) Exports the GridControl.DefaultView‘s data to the specified file in MHT format. Inherited from BaseView.
ExportToPdf(Stream) Exports the GridControl.DefaultView‘s data to a stream in PDF format. Inherited from BaseView.
ExportToPdf(String, PdfExportOptions) Exports the GridControl.DefaultView‘s data to the specified file in PDF format. Inherited from BaseView.
ExportToPdf(String) Exports the GridControl.DefaultView‘s data to the specified file in PDF format. Inherited from BaseView.
ExportToRtf(Stream, RtfExportOptions) Inherited from BaseView.
ExportToRtf(Stream) Exports the GridControl.DefaultView‘s data to a stream in RTF format. Inherited from BaseView.
ExportToRtf(String, RtfExportOptions) Inherited from BaseView.
ExportToRtf(String) Exports the GridControl.DefaultView‘s data to a file in RTF format. Inherited from BaseView.
ExportToText(Stream, TextExportOptions) Exports the GridControl.DefaultView‘s data to the specified stream in Text format using the specified options. Inherited from BaseView.
ExportToText(Stream, String, Boolean, Encoding) Obsolete. Exports the GridControl.DefaultView‘s data to a stream in TXT format using the specified separator string, quotation and text encoding settings. Inherited from BaseView.
ExportToText(Stream, String, Boolean) Obsolete. Exports the GridControl.DefaultView‘s data to a stream in TXT format using the specified separator string and quotation settings. Inherited from BaseView.
ExportToText(Stream, String) Obsolete. Exports the GridControl.DefaultView‘s data to a stream in TXT format using the specified separator string. Inherited from BaseView.
ExportToText(Stream) Exports the GridControl.DefaultView‘s data to a stream in TXT format. Inherited from BaseView.
ExportToText(String, TextExportOptions) Exports the GridControl.DefaultView‘s data to the specified file in Text format using the specified options. Inherited from BaseView.
ExportToText(String, String, Boolean, Encoding) Obsolete. Exports the GridControl.DefaultView‘s data to a file in TXT format using the specified separator string, quotation and text encoding settings. Inherited from BaseView.
ExportToText(String, String, Boolean) Obsolete. Exports the GridControl.DefaultView‘s data to a file in TXT format using the specified separator string and quotation settings. Inherited from BaseView.
ExportToText(String, String) Obsolete. Exports the GridControl.DefaultView‘s data to a file in TXT format using the specified separator string. Inherited from BaseView.
ExportToText(String) Exports the GridControl.DefaultView‘s data to the specified file in TXT format. Inherited from BaseView.
ExportToTextOld(String) Obsolete. Exports the GridControl.DefaultView‘s data to the specified file in TXT format. Inherited from BaseView.
ExportToXls(Stream, XlsExportOptions) Exports the GridControl.DefaultView‘s data to the specified stream in XLS format using the specified options. Inherited from BaseView.
ExportToXls(Stream, Boolean) Obsolete. Exports the GridControl.DefaultView‘s data to a stream in XLS format with the specified formatting settings. Inherited from BaseView.
ExportToXls(Stream) Exports the GridControl.DefaultView‘s data to a stream in XLS format Inherited from BaseView.
ExportToXls(String, XlsExportOptions) Exports the GridControl.DefaultView‘s data to the specified file in XLS format using the specified options. Inherited from BaseView.
ExportToXls(String, Boolean) Obsolete. Exports the GridControl.DefaultView‘s data to a file in XLS format with the specified formatting settings. Inherited from BaseView.
ExportToXls(String) Exports the GridControl.DefaultView‘s data to a file in XLS format. Inherited from BaseView.
ExportToXlsx(Stream, XlsxExportOptions) Exports the GridControl.DefaultView‘s data to the specified stream in XLSX (MS Excel 2007) format using the specified options. Inherited from BaseView.
ExportToXlsx(Stream) Exports the GridControl.DefaultView‘s data to the specified stream in XLSX (MS Excel 2007) format. Inherited from BaseView.
ExportToXlsx(String, XlsxExportOptions) Exports the GridControl.DefaultView‘s data to the specified file in XLSX (MS Excel 2007) format using the specified options. Inherited from BaseView.
ExportToXlsx(String) Exports the GridControl.DefaultView‘s data to the specified file in XLSX (MS Excel 2007) format. Inherited from BaseView.
FindRow(Object) Searches for the target data row within this ColumnView. Inherited from ColumnView.
Focus() Focuses the Grid Control and current View within it. Inherited from BaseView.
FocusInvalidRow() Moves focus to an invalid row. Inherited from ColumnView.
GetAutoFilterValue(GridColumn) Retrieves the filtering value according to which data in the grid automatic filtering row is currently filtered.
GetChildRowCount(Int32) Returns the number of immediate children for a particular group row.
GetChildRowHandle(Int32, Int32) Returns the handle of a group row’s child.
GetColumnError(GridColumn) Gets the error description for a specific cell or the entire focused row. Inherited from ColumnView.
GetColumnErrorType(GridColumn) Gets the type of the error associated with the specified cell in the currently focused row. Inherited from ColumnView.
GetDataRow(Int32) Returns a DataRow object that represents the specified row. Inherited from ColumnView.
GetDataRowHandleByGroupRowHandle(Int32) Returns the handle of the first data row within a group.
GetDataSourceRowIndex(Int32) Returns the index of the data source record that corresponds to the specified row handle. Inherited from ColumnView.
GetDetailView(Int32, Int32) Gets the detail View for the master row.
GetDisplayTextByColumnValue(GridColumn, Object) Formats a value according to the specified column’s format settings. Inherited from ColumnView.
GetFilterDisplayText(CriteriaOperator) Returns the textual representation of the specified CriteriaOperator object. Inherited from ColumnView.
GetFilterDisplayText(ViewFilter) Returns the textual representation of the specified filter. Inherited from ColumnView.
GetFocusedDataRow() Returns a DataRow object that represents the focused row. Inherited from ColumnView.
GetFocusedDataSourceRowIndex() Returns the index of the data source record that corresponds to the focused grid row (card). Inherited from ColumnView.
GetFocusedDisplayText() Returns the focused cell’s display value.
GetFocusedRow() Returns an object representing the focused row. Inherited from ColumnView.
GetFocusedRowCellDisplayText(GridColumn) Returns the text displayed in the specified column within the focused row. Inherited from ColumnView.
GetFocusedRowCellDisplayText(String) Gets the display value of the specified cell in the focused row. Inherited from ColumnView.
GetFocusedRowCellValue(GridColumn) Returns the specified column’s edit value within the focused row. Inherited from ColumnView.
GetFocusedRowCellValue(String) Returns the edit value of the specified cell within the focused row. Inherited from ColumnView.
GetFocusedValue() Returns the focused cell’s value.
GetGroupRowDisplayText(Int32, Boolean) Returns the text displayed within a specific group row.
GetGroupRowDisplayText(Int32) Returns the text displayed within a specific group row.
GetGroupRowPrintValue(Int32) Returns the export value corresponding to the specified group row. The value will be exported when exporting the grid View’s data as values, not as display text in MS Excel format.
GetGroupRowValue(Int32, GridColumn) Gets the value of a group row in the specified grouping column.
GetGroupRowValue(Int32) Gets the value of the specified grouping column by which data is grouped.
GetGroupSummaryDisplayText(Int32, GridGroupSummaryItem) Returns the text representation of the specified group summary‘s value for a specific data group.
GetGroupSummaryText(Int32) Gets the summary text displayed within a particular group row.
GetGroupSummaryValue(Int32, GridGroupSummaryItem) Returns the value of a specific group summary for a specific data group.
GetGroupSummaryValues(Int32) Returns summary values calculated for a particular group.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetIncrementalText() Returns the text being searched during an incremental search. Inherited from ColumnView.
GetLifetimeService() Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetListSourceRowCellValue(Int32, GridColumn) Returns the value of the specified cell, which is identified by a column and the index of a record in the data source. Inherited from ColumnView.
GetListSourceRowCellValue(Int32, String) Returns the value of the specified cell, which is identified by a field name and the index of a record in the data source. Inherited from ColumnView.
GetMasterRowExpanded(Int32) Indicates whether the master row is expanded.
GetMasterRowExpandedEx(Int32, Int32) Indicates whether a particular detail clone is visible.
GetNearestCanFocusedColumn(GridColumn) Returns the nearest column to the specified one that can be focused. Inherited from ColumnView.
GetNextVisibleRow(Int32) Returns the visible index of the row that follows a specific row.
GetParentRowHandle(Int32) Determines a particular row’s parent group row.
GetPrevVisibleRow(Int32) Gets the visible index of the row that is located prior to the specified row. Inherited from ColumnView.
GetRelationCount(Int32) Returns the number of relations for a particular master row.
GetRelationDisplayName(Int32, Int32) Returns a detail clone’s caption.
GetRelationIndex(Int32, String) Gets the index of the specified relationship for the specified master row.
GetRelationName(Int32, Int32) Returns the name of the level whose associated View represents the specified detail clone.
GetRow(Int32) Returns an object that represents the row in a Grid data source. Inherited from ColumnView.
GetRowCellDisplayText(Int32, GridColumn) Returns a specific cell’s display value from the current View. Inherited from ColumnView.
GetRowCellDisplayText(Int32, String) Gets the display value of the specified cell. Inherited from ColumnView.
GetRowCellValue(Int32, GridColumn, OperationCompleted) Returns the specified cell’s value in Instant Feedback Mode.
GetRowCellValue(Int32, GridColumn) Returns the specified cell’s value in the current View.
GetRowCellValue(Int32, String, OperationCompleted) Gets the value of the specified cell in the grid’s data source.
GetRowCellValue(Int32, String) Returns the value of the specified cell, which is identified by the row handle and field name in the grid’s data source.
GetRowExpanded(Int32) Indicates whether a specific group row is expanded.
GetRowFooterCellText(Int32, GridColumn) Returns the summary text displayed within a particular row footer cell.
GetRowHandle(Int32) Returns the handle of the row which represents the specified record in the data source. Inherited from ColumnView.
GetRowLevel(Int32) Returns the row’s group level.
GetRowPreviewDisplayText(Int32) Gets the text displayed within a row’s preview section.
GetRowSummaryItem(Int32, GridColumn) Returns a key-and-value pair representing the summary item and its value calculated for a particular group footer cell.
GetScrollAnnotations(ScrollAnnotationKind) Returns informaiton on scroll annotations of the specified kind.
GetSelectedCells() Returns the selected cells.
GetSelectedCells(Int32) Returns the columns where the selected cells in the specified row reside.
GetSelectedRows() Returns the handles of the selected rows or cards. Multiple rows can be selected when the ColumnViewOptionsSelection.MultiSelect option is set to true. Inherited from ColumnView.
GetService(Type) protected Returns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetShowEditorMode() Returns a value that specifies how an in-place editor is activated for a grid cell. Inherited from ColumnView.
GetShowEditorMode(Int32) This member supports the internal infrastructure, and is not intended to be used directly from your code.
GetSummaryFormat(GridColumn, SummaryItemType) Gets the summary format for the specified column and summary type.
GetType() Gets the Type of the current instance. Inherited from Object.
GetViewCaption() Gets the View’s display caption. Inherited from BaseView.
GetViewInfo() Returns the object which contains the internal information used to render the View. Inherited from BaseView.
GetVisibleColumn(Int32) Returns the column displayed at a specific position. Inherited from ColumnView.
GetVisibleDetailRelationIndex(Int32) Determines which of the master row’s details is currently visible.
GetVisibleDetailView(Int32) Gets the master row’s detail that is currently visible.
GetVisibleIndex(Int32) Gets the row’s visible index.
GetVisibleRowHandle(Int32) Returns the handle of the row displayed at the specified position.
GetVisibleRowLevel(Int32) Returns the group level of a row specified by its visible index.
GuessAutoFilterRowValuesFromFilter() This member supports the internal infrastructure and is not intended to be used directly from your code.
HideCustomization() Closes the Customization Form.
HideEditForm() Closes an Edit Form without saving the changes.
HideEditor() Hides the active editor discarding any changes made.
HideFindPanel() Hides the Find Panel. Inherited from ColumnView.
HideLoadingPanel() Hides the Loading Panel displayed via the GridView.ShowLoadingPanel method.
InitializeLifetimeService() Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
Invalidate() Invalidates the region occupied by the current View (adds it to the control’s update region that will be repainted during the next paint operation), and causes a paint message to be sent to the grid control. Inherited from BaseView.
InvalidateColumnHeader(GridColumn) Invalidates a particular column header or the entire column header panel.
InvalidateFilterPanel() Invalidates the filter panel.
InvalidateFooter() Invalidates the view footer.
InvalidateGroupPanel() Invalidates the group panel.
InvalidateHitObject(BaseHitInfo) Invalidates the View element located at the point specified by the hit information object.
InvalidateRect(Rectangle) Invalidates the specified region of a View (adds it to the control’s update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the grid control. Inherited from BaseView.
InvalidateRow(Int32) Invalidates the specified row.
InvalidateRowByIndex(Int32) Invalidates a row by its visible index.
InvalidateRowCell(Int32, GridColumn) Invalidates the specified data cell.
InvalidateRowIndicator(Int32) Invalidates the indicator panel cell corresponding to the specified row.
InvalidateRows() Invalidates all rows.
InvalidateScrollAnnotations() Invalidates scrollbar annotations, and causes them to be redrawn.
InvertCellSelection(Int32, GridColumn) Inverts the cell’s selection.
InvertRowSelection(Int32) Toggles the specified row’s selected state. Inherited from ColumnView.
InvokeMenuItemClick(GridMenuItemClickEventArgs) This member supports the View’s infrastructure and should not be used from your code.
IsCellSelected(GridCell) Indicates whether the specified cell is selected.
IsCellSelected(Int32, GridColumn) Indicates whether the cell is selected.
IsDataRow(Int32) Indicates whether the specified row is a regular data row.
IsDetailRowIndex(Int32, BaseView) Returns if the specified row belongs to a detail View (in Embedded detail mode).
IsExistAnyRowFooterCell(Int32) Determines whether the group footer contains any summary values.
IsExternalRow(Int32) Gets whether the specified row handle refers to a row, header region or footer region within a detail View in Embedded detail mode.
IsFilterRow(Int32) Indicates whether the specified row is the auto filter row.
IsGroupRow(Int32) Indicates whether the specified row is a group row.
IsMasterRow(Int32) Indicates whether the specified row is a master row.
IsMasterRowEmpty(Int32) Indicates whether a particular master row’s default detail View is empty.
IsMasterRowEmptyEx(Int32, Int32) Indicates whether a particular master row’s detail View is empty.
IsNewItemRow(Int32) Indicates whether the specified row/card is the New Item Row/Card. Inherited from ColumnView.
IsRowLoaded(Int32) Gets whether the specified row’s data has been loaded (in Instant Feedback Mode). Inherited from ColumnView.
IsRowSelected(Int32) Indicates whether the specified row is selected. Inherited from ColumnView.
IsRowVisible(Int32, Int32) Returns a row’s visible state. A row can be identified by its row handle or visible index.
IsRowVisible(Int32) Determines a particular row’s visible state.
IsRowVisibleByIndex(Int32) Returns the visible state of the row with the specified visible index.
IsShowRowFooterCell(Int32, GridColumn) Indicates whether a particular row footer cell is visible.
IsShowRowFooters() Indicates whether group footers are available.
IsValidRowHandle(Int32) Indicates whether the specified row handle is valid.
LayoutChanged() Updates the View.
LoadRow(Int32) Loads a row in Instant Feedback Mode. Inherited from ColumnView.
LoadRowHierarchy(Int32, OperationCompleted) Loads the specified data row’s parent group rows (if they are not already loaded) in Instant Feedback Mode. Inherited from ColumnView.
LocateByDisplayText(Int32, GridColumn, String) Locates rows by cells’ display texts. Inherited from ColumnView.
LocateByValue(Int32, GridColumn, Object, OperationCompleted[]) Locates rows by cell values. Inherited from ColumnView.
LocateByValue(String, Object, OperationCompleted[]) Locates rows by cell values. Inherited from ColumnView.
MakeColumnVisible(GridColumn) Makes the specified column visible on screen.
MakeRowVisible(Int32, Boolean) Makes the specified row visible on screen. Allows you to invalidate the row, if required.
MakeRowVisible(Int32) Makes the specified row visible on screen.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protected Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
MoveBy(Int32) Moves row focus by the specified number of rows. Inherited from ColumnView.
MoveFirst() Moves focus to the first row. Inherited from ColumnView.
MoveLast() Moves focus to the last data record. Inherited from ColumnView.
MoveLastVisible() Moves focus to the last visible row. Inherited from ColumnView.
MoveNext() Moves focus to the row which is after the focused row. Inherited from ColumnView.
MoveNextPage() Moves focus to the next page.
MovePrev() Moves focus to the previous row. Inherited from ColumnView.
MovePrevPage() Moves focus to the previous page.
MoveToNextScrollAnnotation(ScrollAnnotationKind) Moves the focus to the next row with a scrollbar annotation of the specified kind.
MoveToPrevScrollAnnotation(ScrollAnnotationKind) Moves the focus to the previous row with a scrollbar annotation of the specified kind.
NormalView() Cancels View zooming. Inherited from ColumnView.
PasteFromClipboard() Pastes data from clipboard in the grid according to the current ClipboardOptions.PasteMode setting (available from the GridView.OptionsClipboard object).
PopulateColumns() Creates columns for all fields in the bound data source. Inherited from ColumnView.
PopulateColumns(DataColumnInfo[]) Creates columns for the specified DataColumnInfo objects. Inherited from ColumnView.
PopulateColumns(DataTable) Creates columns for all the fields of the specified DataTable. Inherited from ColumnView.
PopulateColumns(Object) Creates columns for record fields in the specified data source (System.Data.DataTable, System.ComponentModel.ITypedList, System.Collections.IList, System.Collections.Generic.IList, DevExpress.XtraGrid.IXtraList, etc. ). Inherited from ColumnView.
PopulateColumns(Type, PopulateColumnsParameters) Generates columns for the custom code-first data source. Inherited from ColumnView.
PostEditor() Saves the modified cell value to the data source. If the GridOptionsView.RowAutoHeight setting is disabled, the currently active cell editor remains opened. Inherited from BaseView.
Print() Inherited from BaseView.
PrintDialog() Inherited from BaseView.
QueryMoreRows() Sends a request to a data source to load more records in virtual (event-based) server mode. Inherited from BaseView.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RefreshData() Reloads data into View from the data source. Inherited from ColumnView.
RefreshDetailExpandButton(Int32) Updates the Master-Detail Expand Button for the specified row.
RefreshEditor(Boolean) Refreshes the active editor. Inherited from ColumnView.
RefreshRow(Int32) Invalidates the specified row, and forces it to be redrawn. Inherited from ColumnView.
RefreshRowCell(Int32, GridColumn) Refreshes the specified row cell.
RefreshScrollAnnotations(ScrollAnnotationKind, Int32[]) Updates scrollbar annotations of the specified kind for the specified rows, and causes them to be redrawn.
RefreshScrollAnnotations(ScrollAnnotationKind) Updates scrollbar annotations of the specified kind, and causes them to be redrawn.
ResetAutoFilterCondition(GridColumn) Resets the specified column’s auto filter row condition to its default value.
ResetAutoFilterConditions() Resets all columns’ auto filter row conditions to their default values.
ResetAutoFilterConditions(IEnumerable<GridColumn>) Resets the specified columns’ auto filter row conditions to their default values.
ResetCursor() Sets the mouse cursor to the grid’s Cursor property value. Inherited from BaseView.
ResetThumbnailCache() Removes all cached copies of thumbnail images used in this GridView.
RestoreLayoutFromRegistry(String, OptionsLayoutBase) Restores the View’s layout using the specified settings stored at the specified system registry path. Inherited from BaseView.
RestoreLayoutFromRegistry(String) Restores a View’s layout stored at the specified system registry path. Inherited from BaseView.
RestoreLayoutFromStream(Stream, OptionsLayoutBase) Restores the View’s layout using the specified settings which are stored in the specified stream. Inherited from BaseView.
RestoreLayoutFromStream(Stream) Restores a View’s layout from the specified stream. Inherited from BaseView.
RestoreLayoutFromXml(String, OptionsLayoutBase) Restores the View’s layout using the specified settings from the specified XML file. Inherited from BaseView.
RestoreLayoutFromXml(String) Restores a View’s layout from a specific XML file. Inherited from BaseView.
SaveLayoutToRegistry(String, OptionsLayoutBase) Saves the View’s layout using the specified settings to the specified system registry path. Inherited from BaseView.
SaveLayoutToRegistry(String) Saves a View’s layout to a system registry path. Inherited from BaseView.
SaveLayoutToStream(Stream, OptionsLayoutBase) Saves the View’s layout using the specified settings to the specified stream. Inherited from BaseView.
SaveLayoutToStream(Stream) Saves a View’s layout to a specific stream. Inherited from BaseView.
SaveLayoutToXml(String, OptionsLayoutBase) Saves the View’s layout using the specified settings to the specified XML file. Inherited from BaseView.
SaveLayoutToXml(String) Saves a View’s layout to a specific XML file. Inherited from BaseView.
SelectAll() Selects all rows within the View.
SelectCell(GridCell) Selects the specified cell.
SelectCell(Int32, GridColumn) Selects the cell.
SelectCellAnchorRange(GridCell, GridCell) Selects multiple cells.
SelectCellAnchorRange(Int32, GridColumn, Int32, GridColumn) Selects multiple cells.
SelectCells(GridCell, GridCell) Selects multiple cells.
SelectCells(Int32, GridColumn, Int32, GridColumn) Selects multiple cells.
SelectRange(Int32, Int32) Selects the visible rows (cards) in the specified range. Inherited from ColumnView.
SelectRow(Int32) Selects the specified row.
SelectRows(Int32, Int32) Selects the specified range of visible rows.
SetAutoFilterValue(GridColumn, Object, AutoFilterCondition) Applies a filtering expression for the grid automatic filtering row.
SetColumnError(GridColumn, String, ErrorType) Sets an error description and an error type for the specified cell within the focused row. Inherited from ColumnView.
SetColumnError(GridColumn, String) Sets an error description for a cell within the focused row or for the entire focused row. Inherited from ColumnView.
SetFocusedRowCellValue(GridColumn, Object) Assigns a value to the specified column within the currently focused row. Inherited from ColumnView.
SetFocusedRowCellValue(String, Object) Assigns a value to the specified field within the currently focused row. Inherited from ColumnView.
SetFocusedRowModified() Marks the focused row as modified. Inherited from ColumnView.
SetFocusedValue(Object) Assigns a value to the focused cell. Inherited from ColumnView.
SetGroupLevelExpanded(Int32, Boolean, Boolean) Expands or collapses group rows at the specified group level. Allows you to expand/collapse child group rows.
SetMasterRowExpanded(Int32, Boolean) Expands or collapses the specified master row.
SetMasterRowExpanded(Int32, String, Boolean) Opens or closes a master row’s detail View identified by the relationship’s name.
SetMasterRowExpandedEx(Int32, Int32, Boolean) Opens or closes a master row’s detail.
SetRowCellValue(Int32, GridColumn, Object) Assigns a value to a specific cell. Inherited from ColumnView.
SetRowCellValue(Int32, String, Object) Sets the value of the specified cell in the current View. Inherited from ColumnView.
SetRowExpanded(Int32, Boolean, Boolean) Expands or collapses the specified group row and, optionally, the child group rows at all nesting levels.
SetRowExpanded(Int32, Boolean) Expands or collapses the specified group row.
ShowAutoFilterConditionsMenu(GridColumn) Invokes the automatic filtering row‘s condition selector menu for the target column.
ShowCustomFilterDialog(GridColumn) Displays the custom filter dialog. Inherited from ColumnView.
ShowCustomization() Invokes the Customization Form.
ShowEditForm() Opens an Edit Form for the focused row based on the Edit Form type specified in the GridOptionsBehavior.EditingMode property.
ShowEditor() Invokes the focused cell’s editor.
ShowEditorByKey(KeyEventArgs) Activates an editor for the focused row cell and passes a specific key to it.
ShowEditorByKeyPress(KeyPressEventArgs) Activates an editor for the focused row cell and passes a specific key to it.
ShowEditorByMouse() Activates an editor for the focused Row Cell and passes a mouse click to it.
ShowFilterEditor(GridColumn) Displays the Filter Editor. Inherited from ColumnView.
ShowFilterPopup(GridColumn) Displays a Filter DropDown for the specified column.
ShowFindPanel() Displays the Find Panel. Inherited from ColumnView.
ShowInplaceEditForm() Opens an Edit Form for the focused row as an in-line panel.
ShowLoadingPanel() Displays the animated Loading Panel, allowing you to indicate the data load process.
ShowPopupEditForm() Opens an Edit Form for the focused row as a separate modal window.
ShowPrintPreview() Inherited from BaseView.
ShowRibbonPrintPreview() Inherited from BaseView.
ShowUnboundExpressionEditor(GridColumn) Invokes an Expression Editor that enables editing an expression for the specified unbound column. Inherited from ColumnView.
SmoothScroll(Int32) Scrolls the View vertically to the specified scroll position.
StartIncrementalSearch(String) Starts an incremental search for the specified string.
StopIncrementalSearch() Stops the incremental search, if there is one currently in progress.
Synchronize(BaseView, SynchronizationMode) Copies the specified settings of a View to the current View. Inherited from BaseView.
Synchronize(BaseView) Copies the visual and data representation settings of a specific View to the current View. Inherited from BaseView.
SynchronizeData(BaseView) Synchronizes a View’s data representation settings with the specified View.
SynchronizeVisual(BaseView) Synchronizes a View’s display settings with the specified View.
ToString() Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component.
UnselectCell(GridCell) Unselects the specified cell.
UnselectCell(Int32, GridColumn) Unselects a cell.
UnSelectCells(GridCell, GridCell) Unselects the specified cells.
UnSelectCells(Int32, GridColumn, Int32, GridColumn) Unselects cells within the specified range.
UnselectRow(Int32) Removes a row (card) from the current selection. Inherited from ColumnView.
UpdateColumnsCustomization() Updates the Customization Form.
UpdateCurrentRow() Validates the focused row and saves its values to the data source. Inherited from ColumnView.
UpdateGroupSummary() Updates group summaries.
UpdateSummary() Updates both group summaries and total summaries.
UpdateTotalSummary() Updates total summaries.
ValidateEditor() Validates the active editor. Inherited from ColumnView.
ViewRowHandleToDataSourceIndex(Int32) Converts the specified row handle to a data source record index. Inherited from ColumnView.
WaitForAsyncOperationEnd() This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ColumnView.
ZoomView() Maximizes the current detail View clone. Inherited from BaseView.
See Also