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

AdvBandedGridView Methods

Displays data in a tabular form, allows grouping columns into bands and supports complex data cell arrangements.
Name Description
AddNewRow() Adds a new record to this GridView. Inherited from 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. Inherited from GridView.
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. Inherited from GridView.
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 properties and, optionally, event handlers from the View passed as a parameter. Inherited from BandedGridView.
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. Inherited from GridView.
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. Inherited from GridView.
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. Inherited from GridView.
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. Inherited from BandedGridView.
CalcHitInfo(Int32, Int32) Returns information about the View elements located at the specified point. Inherited from BandedGridView.
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. Inherited from GridView.
CanDragBand(GridBand) Indicates whether a band can be dragged by end-users. Inherited from BandedGridView.
CanDragColumn(GridColumn) Indicates whether end-users can drag the specified column’s header. Inherited from GridView.
CanExpandMasterRow(Int32) Indicates whether the specified master row can be expanded to make its default detail visible. Inherited from GridView.
CanExpandMasterRowEx(Int32, Int32) Indicates whether a master row can be expanded to display a particular detail. Inherited from GridView.
CanGroupColumn(GridColumn) Indicates whether end-users can group data by a column’s values. Inherited from GridView.
CanResizeBand(GridBand) Indicates whether the specified band can be resized by end-users. Inherited from BandedGridView.
CanResizeColumn(GridColumn) Indicates whether the specified column’s settings allow end-users to resize the column. Inherited from GridView.
CanResizeDetailRow(Int32) Indicates whether the end-users can change the height of the specified master row’s detail section. Inherited from GridView.
CanResizeRow(Int32) Indicates whether end-users can resize a row. Inherited from GridView.
CanShowFilterButton(GridColumn) Indicates whether end-users can use a particular column to apply data filtering. Inherited from GridView.
CanSortColumn(GridColumn) Indicates whether end-users can sort data by values of a particular column. Inherited from GridView.
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. Inherited from GridView.
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. Inherited from GridView.
CloseEditForm() Saves changes and closes an Edit Form if data has been saved successfully. Inherited from GridView.
CloseEditor() Hides the active editor saving changes made. Inherited from BaseView.
CollapseAllDetails() Closes all View’s details. Inherited from GridView.
CollapseAllGroups() Collapses all groups. Inherited from GridView.
CollapseGroupLevel(Int32, Boolean) Collapses group rows corresponding to the specified group level. Allows you to collapse group rows recursively. Inherited from GridView.
CollapseGroupLevel(Int32) Collapses group rows corresponding to the specified group level. Inherited from GridView.
CollapseGroupRow(Int32, Boolean) Collapses the specified group row and optionally any child group rows at all nesting levels. Inherited from GridView.
CollapseGroupRow(Int32) Collapses the specified group row. Inherited from GridView.
CollapseMasterRow(Int32, Int32) Collapses a specific detail View which belongs to the specific master row. Inherited from GridView.
CollapseMasterRow(Int32, String) Collapses a master row’s detail View, identified by the name of the relationship associated with it. Inherited from GridView.
CollapseMasterRow(Int32) Collapses the specified master row. Inherited from GridView.
ColumnsCustomization() Invokes the Customization Form. Inherited from GridView.
ColumnsCustomization(Point) Invokes the Customization Form at the specified position. Inherited from GridView.
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. Inherited from GridView.
CreateDocument() Creates a print/export document from the View’s data. Inherited from BaseView.
CreateExportLink(IExportProvider) Returns an object that enables you to export a View’s data in a number of different formats.
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. Inherited from GridView.
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. Inherited from GridView.
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. Inherited from GridView.
ExpandGroupLevel(Int32, Boolean) Expands group rows corresponding to the specified group level. Allows you to expand group rows recursively. Inherited from GridView.
ExpandGroupLevel(Int32) Expands group rows corresponding to the specified group level. Inherited from GridView.
ExpandGroupRow(Int32, Boolean) Expands the specified group row and optionally any child group rows at all nesting levels. Inherited from GridView.
ExpandGroupRow(Int32) Expands the specified group row. Inherited from GridView.
ExpandMasterRow(Int32, Int32) Expands the specified detail View, which is identified by its master row and relationship index. Inherited from GridView.
ExpandMasterRow(Int32, String) Expands the specified master row’s detail View, which is identified by the relationship’s name. Inherited from GridView.
ExpandMasterRow(Int32) Expands the specified master row. Inherited from GridView.
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. Inherited from GridView.
GetChildRowCount(Int32) Returns the number of immediate children for a particular group row. Inherited from GridView.
GetChildRowHandle(Int32, Int32) Returns the handle of a group row’s child. Inherited from GridView.
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. Inherited from GridView.
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. Inherited from GridView.
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. Inherited from GridView.
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. Inherited from GridView.
GetGroupRowDisplayText(Int32, Boolean) Returns the text displayed within a specific group row. Inherited from GridView.
GetGroupRowDisplayText(Int32) Returns the text displayed within a specific group row. Inherited from GridView.
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. Inherited from GridView.
GetGroupRowValue(Int32, GridColumn) Gets the value of a group row in the specified grouping column. Inherited from GridView.
GetGroupRowValue(Int32) Gets the value of the specified grouping column by which data is grouped. Inherited from GridView.
GetGroupSummaryDisplayText(Int32, GridGroupSummaryItem) Returns the text representation of the specified group summary‘s value for a specific data group. Inherited from GridView.
GetGroupSummaryText(Int32) Gets the summary text displayed within a particular group row. Inherited from GridView.
GetGroupSummaryValue(Int32, GridGroupSummaryItem) Returns the value of a specific group summary for a specific data group. Inherited from GridView.
GetGroupSummaryValues(Int32) Returns summary values calculated for a particular group. Inherited from GridView.
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. Inherited from GridView.
GetMasterRowExpandedEx(Int32, Int32) Indicates whether a particular detail clone is visible. Inherited from GridView.
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. Inherited from GridView.
GetParentRowHandle(Int32) Determines a particular row’s parent group row. Inherited from GridView.
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. Inherited from GridView.
GetRelationDisplayName(Int32, Int32) Returns a detail clone’s caption. Inherited from GridView.
GetRelationIndex(Int32, String) Gets the index of the specified relationship for the specified master row. Inherited from GridView.
GetRelationName(Int32, Int32) Returns the name of the level whose associated View represents the specified detail clone. Inherited from GridView.
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. Inherited from GridView.
GetRowCellValue(Int32, GridColumn) Returns the specified cell’s value in the current View. Inherited from GridView.
GetRowCellValue(Int32, String, OperationCompleted) Gets the value of the specified cell in the grid’s data source. Inherited from GridView.
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. Inherited from GridView.
GetRowExpanded(Int32) Indicates whether a specific group row is expanded. Inherited from GridView.
GetRowFooterCellText(Int32, GridColumn) Returns the summary text displayed within a particular row footer cell. Inherited from GridView.
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. Inherited from GridView.
GetRowPreviewDisplayText(Int32) Gets the text displayed within a row’s preview section. Inherited from GridView.
GetRowSummaryItem(Int32, GridColumn) Returns a key-and-value pair representing the summary item and its value calculated for a particular group footer cell. Inherited from GridView.
GetScrollAnnotations(ScrollAnnotationKind) Returns informaiton on scroll annotations of the specified kind. Inherited from GridView.
GetSelectedCells() Returns the selected cells. Inherited from GridView.
GetSelectedCells(Int32) Returns the columns where the selected cells in the specified row reside. Inherited from GridView.
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. Inherited from GridView.
GetSummaryFormat(GridColumn, SummaryItemType) Gets the summary format for the specified column and summary type. Inherited from GridView.
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. Inherited from GridView.
GetVisibleDetailView(Int32) Gets the master row’s detail that is currently visible. Inherited from GridView.
GetVisibleIndex(Int32) Gets the row’s visible index. Inherited from GridView.
GetVisibleRowHandle(Int32) Returns the handle of the row displayed at the specified position. Inherited from GridView.
GetVisibleRowLevel(Int32) Returns the group level of a row specified by its visible index. Inherited from GridView.
GuessAutoFilterRowValuesFromFilter() This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from GridView.
HideCustomization() Closes the Customization Form. Inherited from GridView.
HideEditForm() Closes an Edit Form without saving the changes. Inherited from GridView.
HideEditor() Hides the active editor discarding any changes made. Inherited from GridView.
HideFindPanel() Hides the Find Panel. Inherited from ColumnView.
HideLoadingPanel() Hides the Loading Panel displayed via the GridView.ShowLoadingPanel method. Inherited from GridView.
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.
InvalidateBandHeader(GridBand) Invalidates a band header or the entire band panel. Inherited from BandedGridView.
InvalidateColumnHeader(GridColumn) Invalidates a particular column header or the entire column header panel. Inherited from GridView.
InvalidateFilterPanel() Invalidates the filter panel. Inherited from GridView.
InvalidateFooter() Invalidates the view footer. Inherited from GridView.
InvalidateGroupPanel() Invalidates the group panel. Inherited from GridView.
InvalidateHitObject(BaseHitInfo) Invalidates the View element located at the point specified by the hit information object. Inherited from BandedGridView.
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. Inherited from GridView.
InvalidateRowByIndex(Int32) Invalidates a row by its visible index. Inherited from GridView.
InvalidateRowCell(Int32, GridColumn) Invalidates the specified data cell. Inherited from GridView.
InvalidateRowIndicator(Int32) Invalidates the indicator panel cell corresponding to the specified row. Inherited from GridView.
InvalidateRows() Invalidates all rows. Inherited from GridView.
InvalidateScrollAnnotations() Invalidates scrollbar annotations, and causes them to be redrawn. Inherited from GridView.
InvertCellSelection(Int32, GridColumn) Inverts the cell’s selection. Inherited from GridView.
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. Inherited from GridView.
IsCellSelected(GridCell) Indicates whether the specified cell is selected. Inherited from GridView.
IsCellSelected(Int32, GridColumn) Indicates whether the cell is selected. Inherited from GridView.
IsDataRow(Int32) Indicates whether the specified row is a regular data row. Inherited from GridView.
IsDetailRowIndex(Int32, BaseView) Returns if the specified row belongs to a detail View (in Embedded detail mode). Inherited from GridView.
IsExistAnyRowFooterCell(Int32) Determines whether the group footer contains any summary values. Inherited from GridView.
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. Inherited from GridView.
IsFilterRow(Int32) Indicates whether the specified row is the auto filter row. Inherited from GridView.
IsGroupRow(Int32) Indicates whether the specified row is a group row. Inherited from GridView.
IsMasterRow(Int32) Indicates whether the specified row is a master row. Inherited from GridView.
IsMasterRowEmpty(Int32) Indicates whether a particular master row’s default detail View is empty. Inherited from GridView.
IsMasterRowEmptyEx(Int32, Int32) Indicates whether a particular master row’s detail View is empty. Inherited from GridView.
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. Inherited from GridView.
IsRowVisible(Int32) Determines a particular row’s visible state. Inherited from GridView.
IsRowVisibleByIndex(Int32) Returns the visible state of the row with the specified visible index. Inherited from GridView.
IsShowRowFooterCell(Int32, GridColumn) Indicates whether a particular row footer cell is visible. Inherited from GridView.
IsShowRowFooters() Indicates whether group footers are available. Inherited from GridView.
IsValidRowHandle(Int32) Indicates whether the specified row handle is valid. Inherited from GridView.
LayoutChanged() Updates the View. Inherited from GridView.
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. Inherited from GridView.
MakeRowVisible(Int32, Boolean) Makes the specified row visible on screen. Allows you to invalidate the row, if required. Inherited from GridView.
MakeRowVisible(Int32) Makes the specified row visible on screen. Inherited from GridView.
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. Inherited from GridView.
MovePrev() Moves focus to the previous row. Inherited from ColumnView.
MovePrevPage() Moves focus to the previous page. Inherited from GridView.
MoveToNextScrollAnnotation(ScrollAnnotationKind) Moves the focus to the next row with a scrollbar annotation of the specified kind. Inherited from GridView.
MoveToPrevScrollAnnotation(ScrollAnnotationKind) Moves the focus to the previous row with a scrollbar annotation of the specified kind. Inherited from GridView.
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). Inherited from GridView.
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. Inherited from GridView.
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. Inherited from GridView.
RefreshScrollAnnotations(ScrollAnnotationKind, Int32[]) Updates scrollbar annotations of the specified kind for the specified rows, and causes them to be redrawn. Inherited from GridView.
RefreshScrollAnnotations(ScrollAnnotationKind) Updates scrollbar annotations of the specified kind, and causes them to be redrawn. Inherited from GridView.
ResetAutoFilterCondition(GridColumn) Resets the specified column’s auto filter row condition to its default value. Inherited from GridView.
ResetAutoFilterConditions() Resets all columns’ auto filter row conditions to their default values. Inherited from GridView.
ResetAutoFilterConditions(IEnumerable<GridColumn>) Resets the specified columns’ auto filter row conditions to their default values. Inherited from GridView.
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. Inherited from 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. Inherited from GridView.
SelectCell(GridCell) Selects the specified cell. Inherited from GridView.
SelectCell(Int32, GridColumn) Selects the cell. Inherited from GridView.
SelectCellAnchorRange(GridCell, GridCell) Selects multiple cells. Inherited from GridView.
SelectCellAnchorRange(Int32, GridColumn, Int32, GridColumn) Selects multiple cells. Inherited from GridView.
SelectCells(GridCell, GridCell) Selects multiple cells. Inherited from GridView.
SelectCells(Int32, GridColumn, Int32, GridColumn) Selects multiple cells. Inherited from GridView.
SelectRange(Int32, Int32) Selects the visible rows (cards) in the specified range. Inherited from ColumnView.
SelectRow(Int32) Selects the specified row. Inherited from GridView.
SelectRows(Int32, Int32) Selects the specified range of visible rows. Inherited from GridView.
SetAutoFilterValue(GridColumn, Object, AutoFilterCondition) Applies a filtering expression for the grid automatic filtering row. Inherited from GridView.
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.
SetColumnPosition(BandedGridColumn, Int32, Int32) Moves a column to the specified position among visible columns belonging to the same band.
SetColumnWidth(BandedGridColumn, Int32) Sets the column’s width to the specified value.
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. Inherited from GridView.
SetMasterRowExpanded(Int32, Boolean) Expands or collapses the specified master row. Inherited from GridView.
SetMasterRowExpanded(Int32, String, Boolean) Opens or closes a master row’s detail View identified by the relationship’s name. Inherited from GridView.
SetMasterRowExpandedEx(Int32, Int32, Boolean) Opens or closes a master row’s detail. Inherited from GridView.
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. Inherited from GridView.
SetRowExpanded(Int32, Boolean) Expands or collapses the specified group row. Inherited from GridView.
ShowAutoFilterConditionsMenu(GridColumn) Invokes the automatic filtering row‘s condition selector menu for the target column. Inherited from GridView.
ShowCustomFilterDialog(GridColumn) Displays the custom filter dialog. Inherited from ColumnView.
ShowCustomization() Invokes the Customization Form. Inherited from GridView.
ShowEditForm() Opens an Edit Form for the focused row based on the Edit Form type specified in the GridOptionsBehavior.EditingMode property. Inherited from GridView.
ShowEditor() Invokes the focused cell’s editor. Inherited from GridView.
ShowEditorByKey(KeyEventArgs) Activates an editor for the focused row cell and passes a specific key to it. Inherited from GridView.
ShowEditorByKeyPress(KeyPressEventArgs) Activates an editor for the focused row cell and passes a specific key to it. Inherited from GridView.
ShowEditorByMouse() Activates an editor for the focused Row Cell and passes a mouse click to it. Inherited from GridView.
ShowFilterEditor(GridColumn) Displays the Filter Editor. Inherited from ColumnView.
ShowFilterPopup(GridColumn) Displays a Filter DropDown for the specified column. Inherited from GridView.
ShowFindPanel() Displays the Find Panel. Inherited from ColumnView.
ShowInplaceEditForm() Opens an Edit Form for the focused row as an in-line panel. Inherited from GridView.
ShowLoadingPanel() Displays the animated Loading Panel, allowing you to indicate the data load process. Inherited from GridView.
ShowPopupEditForm() Opens an Edit Form for the focused row as a separate modal window. Inherited from GridView.
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. Inherited from GridView.
StartIncrementalSearch(String) Starts an incremental search for the specified string. Inherited from GridView.
StopIncrementalSearch() Stops the incremental search, if there is one currently in progress. Inherited from GridView.
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. Inherited from GridView.
SynchronizeVisual(BaseView) Synchronizes a View’s visual settings with the specified View. Inherited from BandedGridView.
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. Inherited from GridView.
UnselectCell(Int32, GridColumn) Unselects a cell. Inherited from GridView.
UnSelectCells(GridCell, GridCell) Unselects the specified cells. Inherited from GridView.
UnSelectCells(Int32, GridColumn, Int32, GridColumn) Unselects cells within the specified range. Inherited from GridView.
UnselectRow(Int32) Removes a row (card) from the current selection. Inherited from ColumnView.
UpdateColumnsCustomization() Updates the Customization Form. Inherited from GridView.
UpdateCurrentRow() Validates the focused row and saves its values to the data source. Inherited from ColumnView.
UpdateGroupSummary() Updates group summaries. Inherited from GridView.
UpdateSummary() Updates both group summaries and total summaries. Inherited from GridView.
UpdateTotalSummary() Updates total summaries. Inherited from GridView.
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