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

AdvBandedGridView Members

Displays data in a tabular form, allows grouping columns into bands and supports complex data cell arrangements.

Constructors

Name Description
AdvBandedGridView() Creates a new instance of the AdvBandedGridView class with default settings.
AdvBandedGridView(GridControl) Creates a new instance of the AdvBandedGridView class owned by the grid control specified.

Fields

Name Description
CheckBoxSelectorColumnName static This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from GridView.
GuessAutoFilterRowValuesFromFilterAfterRestoreLayout static This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from GridView.
MaxRowCopyCount static Allows you to limit the maximum number of rows that are copied to the Clipboard when the BaseView.CopyToClipboard method is called, or when an end-user presses the CTRL+C shortcut. Inherited from BaseView.

Properties

Name Description
ActiveEditor Gets a View’s active editor. Inherited from ColumnView.
ActiveFilter Gets an object which represents the filter criteria for the current View. Inherited from ColumnView.
ActiveFilterCriteria Gets or sets the current filter criteria. Inherited from ColumnView.
ActiveFilterEnabled Gets or sets whether the filtering functionality is enabled. Inherited from ColumnView.
ActiveFilterString Gets or sets the total filter expression for the current View. Inherited from ColumnView.
ActivePaintStyleName Gets the name of the currently applied painting scheme. Inherited from BaseView.
Appearance Provides access to the properties that control the appearance of the Banded Grid View’s elements. Inherited from BandedGridView.
AppearancePrint Provides access to the properties that specify the appearances of Banded Grid View elements when they are printed/exported. Inherited from BandedGridView.
AutoFillColumn This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BandedGridView.
BandPanelRowHeight Gets or sets the band panel row height. Inherited from BandedGridView.
Bands Provides access to the root band collection. Inherited from BandedGridView.
BaseInfo Gets an object providing information for creating and initializing the View. Inherited from BaseView.
BestFitMaxRowCount This property is obsolete. Use the GridOptionsView.BestFitMaxRowCount property instead. Inherited from GridView.
BorderStyle Gets or sets the border style for the current View. Inherited from BaseView.
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
CanShowEditor Gets a value indicating whether a View can activate cell editors. Inherited from ColumnView.
ChildGridLevelName Gets or sets the name of the child level whose grouping state is displayed by the joined group panel. Inherited from GridView.
ClipboardDataProvider Gets an object that provides data for the clipboard in a variety of formats (plain text, plain unicode text, rich text, CSV, Biff8, HTML). Inherited from GridView.
ColumnPanelRowHeight Gets or sets the column header row height. Inherited from GridView.
Columns Provides access to the column collection. Inherited from BandedGridView.
Container Gets the IContainer that contains the Component. Inherited from Component.
CustomizationForm Provides access to the Customization Form. Inherited from GridView.
CustomizationFormBounds Sets the boundaries of the Customization Form. Reading this property may not return the actual boundaries of the Customization Form. Inherited from GridView.
CustomizationRowCount Obsolete. Gets or sets the number of headers that can be displayed within the Customization Form simultaneously. Inherited from GridView.
DataController Gets the data controller which implements data-aware operations. Inherited from BaseView.
DataRowCount Gets how many data rows are contained within the View. Inherited from BaseView.
DataSource Gets the data source whose data is displayed by a View. Inherited from BaseView.
DefaultEdit Obsolete. The property is obsolete and you should not use it in your code. Inherited from ColumnView.
DefaultRelationIndex Gets or sets the value indicating which detail level is processed by default. Inherited from GridView.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DetailHeight Gets or sets the maximum height of a View when it serves as a detail View. Inherited from BaseView.
DetailLevel Gets the nesting level of a View. Inherited from BaseView.
DetailTabHeaderLocation Gets or sets the position of detail tabs within detail sections. Inherited from BaseView.
DetailVerticalIndent Gets or sets the distance between master rows and Detail Sections, in pixels. This property is in effect in Classic detail mode (see GridOptionsDetail.DetailMode). Inherited from GridView.
DisableCurrencyManager Gets or sets whether the View’s focused record is synchronized with the current position of the corresponding CurrencyManager object. Inherited from ColumnView.
Editable Determines whether end-users can modify the View’s cell values. Inherited from GridView.
EditingValue Gets or sets the edited cell value. Inherited from GridView.
EditingValueModified Determines whether the edited cell value has been changed since the cell editor was activated. Inherited from ColumnView.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
FilteredColumnsCount Obsolete. Gets the number of columns that specify filtering conditions. Inherited from ColumnView.
FilterPanelText Gets the text displayed within the filter panel. Inherited from ColumnView.
FilterPopupMaxRecordsCount Obsolete. Gets or sets the maximum number of records whose field values can be displayed within filter dropdowns. Inherited from ColumnView.
FilterPopupRowCount Obsolete. Gets or sets the maximum number of items filter dropdowns can display at once. Inherited from ColumnView.
FindFilterText Gets or sets the query in the Find Panel. Inherited from ColumnView.
FindPanelVisible Gets or sets whether the Find Panel is visible. Inherited from ColumnView.
FixedLineWidth Gets or sets the width of frozen panel separators. Inherited from GridView.
FocusedColumn Gets or sets the focused column/card field (in CardView and LayoutView Views). Inherited from ColumnView.
FocusedRowHandle Read this property value to retrieve the currently selected row’s handle. Modify the property to manually select a row with the given handle. Inherited from ColumnView.
FocusedRowModified Gets a value indicating whether the focused row’s cell values have been modified since the row last received focus. Inherited from ColumnView.
FocusedValue Gets the focused cell value. Inherited from ColumnView.
FocusRectStyle Gets or sets a value specifying how the focus rectangle is painted. Inherited from GridView.
FooterPanelHeight Gets or sets the height of the view footer. Inherited from GridView.
ForceDoubleClick Gets or sets whether double-clicking within the View fires the DoubleClick event, even if a data cell has been double-clicked and its editor has been invoked on the first click. Inherited from BaseView.
FormatConditions Gets the collection of style format conditions for a View. Inherited from BaseView.
FormatRules Provides access to a collection of conditional format rules, which allow you to change the appearance of individual cells or rows based on specific conditions. Inherited from ColumnView.
GridControl Gets the grid control that owns a specific View. Inherited from BaseView.
GroupCount Gets or sets how many columns are used to group data. Inherited from ColumnView.
GroupedColumns Gets the collection of columns involved in data grouping. Inherited from ColumnView.
GroupFooterShowMode Obsolete. Gets or sets which groups display footers. Inherited from GridView.
GroupFormat

Gets or sets the format rule that specifies a template for group row captions. You can build this template from custom text strings and the following placeholders:

  • {0} - the group column caption;
  • {1} - the group column display text;
  • {2} - the group row summary text;
  • [#image] - the group row image.
Inherited from GridView.
GroupPanelText Gets or sets the text displayed within the group panel. Inherited from GridView.
GroupRowHeight Gets or sets the height of group rows. Inherited from GridView.
GroupSummary Provides access to group summary items. Inherited from GridView.
GroupSummarySortInfo Enables sorting group rows by summary values. Inherited from GridView.
GroupSummarySortInfoState This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from GridView.
HasColumnErrors Indicates whether the focused row or at least a single cell within the focused row has an error assigned. Inherited from ColumnView.
HorzScrollStep Gets or sets the offset by which the View is scrolled horizontally when clicking scrollbar buttons. Inherited from GridView.
HorzScrollVisibility Gets or sets a value specifying when the horizontal scrollbar should be displayed. Inherited from GridView.
HtmlImages Gets or sets a collection of images that can be embedded in column/band headers, group rows and cells using the image tag. Inherited from BaseView.
Images Gets or sets a collection of images that can be displayed within column headers and band headers. Inherited from ColumnView.
IndicatorWidth Gets or sets the width of the row indicator panel. Inherited from GridView.
IsAsyncInProgress Gets whether async data loading is in progress. This property is in effect in Instant Feedback Mode. Inherited from ColumnView.
IsCellSelect Gets or sets whether block selection is enabled. Inherited from GridView.
IsDefaultState Gets a value indicating whether the View is in the default state. Inherited from GridView.
IsDetailView Gets a value indicating whether the current View is a detail View. Inherited from BaseView.
IsDisposing Gets whether the current object is being disposed of. Inherited from BaseView.
IsDraggingState Gets a value indicating whether a View element is currently being dragged. Inherited from BandedGridView.
IsEditFormVisible Gets whether an Edit Form is opened or closed Inherited from GridView.
IsEditing Indicates whether a cell editor is active presently. Inherited from GridView.
IsEditorFocused Gets a value indicating whether the active editor has input focus. Inherited from ColumnView.
IsEmpty Determines whether a View contains any rows. Inherited from ColumnView.
IsFindPanelVisible Gets whether the Find Panel is visible. Inherited from ColumnView.
IsFirstRow Determines whether the first visible data or group row is focused. Inherited from ColumnView.
IsFocusedRowLoaded Gets whether the focused row’s data has been loaded (in Instant Feedback Mode). Inherited from ColumnView.
IsFocusedView Determines whether a View has input focus. Inherited from ColumnView.
IsLastRow Determines whether the last visible data or group row is focused. Inherited from ColumnView.
IsLastVisibleRow Determines whether the last visible row is focused. Inherited from ColumnView.
IsLevelDefault Gets whether the current View object is associated with a node within the GridControl.LevelTree at a non-root level. Inherited from BaseView.
IsLoading Gets a value indicating whether a specific View is being initialized at present time. Inherited from BaseView.
IsMultiSelect Indicates whether multiple rows are allowed to be selected. Inherited from GridView.
IsServerMode Gets whether the View obtains data in Server Mode. Inherited from BaseView.
IsShowDetailButtons Indicates whether master-detail expand buttons are displayed within rows. Inherited from GridView.
IsShowFilterPanel Determines whether the filter panel is visible. Inherited from ColumnView.
IsSizingState Gets a value indicating whether a View element is currently being resized. Inherited from BandedGridView.
IsVisible Gets a value indicating whether the View is visible on screen. Inherited from GridView.
IsZoomedView Determines whether the current detail View is maximized. Inherited from ColumnView.
LeftCoord Gets or sets the offset by which the View is scrolled horizontally. Inherited from GridView.
LevelIndent Gets or sets the indent between group rows located at neighboring group levels, or between master and detail views. Inherited from GridView.
LevelName Gets the name of the master-detail relationship corresponding to the current detail View. Inherited from BaseView.
LinkCount Gets how many objects are connected to the View. Inherited from BaseView.
LoadingPanelVisible Gets or sets whether the animated Loading Panel indicating the data load process is displayed. Inherited from GridView.
MinBandPanelRowCount Gets or sets the minimum band header panel height in rows. Inherited from BandedGridView.
MRUFilters This property is not intended to be used in code. To edit MRUFilters, use the ColumnView.MRUFiltersInfo collection instead. Inherited from ColumnView.
MRUFiltersInfo Provides access to the recently applied filters list (see MRU Filter List article). Inherited from ColumnView.
Name Gets or sets the View name. Inherited from BaseView.
NewItemRowText Gets or sets the text displayed within the new item row. Inherited from GridView.
OptionsBehavior Provides access to the View’s behavior options. Inherited from GridView.
OptionsClipboard Provides access to the options that control copying to the Clipboard. Inherited from GridView.
OptionsCustomization Provides access to the View’s customization options. Inherited from BandedGridView.
OptionsDetail Provides access to the View’s master-detail options. Inherited from GridView.
OptionsEditForm Provides access to the settings of an Edit Form. Inherited from GridView.
OptionsFilter Provides filtering options for this GridView. Inherited from GridView.
OptionsFind Provides access to settings controlling the behavior and visibility of the Find Panel and its elements. Inherited from GridView.
OptionsHint Provides access to the View’s hint options. Inherited from BandedGridView.
OptionsImageLoad Provides access to the set of properties that manage the image loading process for this GridView. Inherited from GridView.
OptionsLayout Provides options which control how the current View’s layout is stored to/restored from a data store (a stream, xml file or system registry). Inherited from ColumnView.
OptionsMenu Provides access to the View’s menu options. Inherited from GridView.
OptionsNavigation Provides access to a View’s navigation options.
OptionsPrint Provides options that control how the View is printed/exported. Inherited from BandedGridView.
OptionsScrollAnnotations Provides access to options specific to scrollbar annotations. Inherited from GridView.
OptionsSelection Provides access to the View’s selection options.
OptionsView Provides access to the View’s display options.
PaintAppearance Provides access to the appearance settings currently used to paint the banded View’s elements. Inherited from BandedGridView.
PaintStyleName Gets or sets the paint style name for the current View. Inherited from BaseView.
ParentView Gets or sets a master View for the current View. Inherited from BaseView.
PressedColumn Gets the column whose header is pressed. Inherited from GridView.
PreviewFieldName Gets or sets the name of the field whose values are displayed within preview sections. Inherited from GridView.
PreviewIndent Gets or sets the horizontal offset of preview text. Inherited from GridView.
PreviewLineCount Gets or sets the number of text lines within preview sections. Inherited from GridView.
PrevTopRowIndex Gets the index of the previous top visible row after a vertical scroll operation. Inherited from GridView.
RowCount Returns the number of visible Grid records. Inherited from GridView.
RowFilter Gets the expression used to filter the records displayed within the View. Inherited from ColumnView.
RowHeight Gets or sets the cell height within data rows. Inherited from GridView.
RowSeparatorHeight Gets or sets the distance between rows. Inherited from GridView.
ScrollStyle Gets or sets a value specifying the behavior of the View’s scrollbars. Inherited from GridView.
SelectedRowsCount Gets the number of selected rows (cards). Inherited from ColumnView.
ShowButtonMode Obsolete. Gets or sets a value specifying editor button display mode. Inherited from ColumnView.
Site Gets or sets the ISite of the Component. Inherited from Component.
SortedColumns Gets the collection of columns involved in sorting. Inherited from ColumnView.
SortInfo Provides access to the collection of sorted and grouping columns within the current View. Inherited from ColumnView.
SortInfoState Inherited from ColumnView.
SourceRow Gets a master row for a View. Inherited from BaseView.
SourceRowHandle Gets the handle of a master row for a View. Inherited from BaseView.
SourceView Gets the pattern View used to create a clone View. Inherited from BaseView.
State Gets the View’s current state. Inherited from BandedGridView.
SynchronizeClones Gets or sets a value specifying whether this View’s clones have synchronized appearance and data representation settings. Inherited from BaseView.
Tag Gets or sets the data associated with the current View. Inherited from BaseView.
TopRowIndex Gets or sets the top visible row. Inherited from GridView.
TopRowPixel Gets or sets the vertical scroll position, in pixels. This property is in effect if pixel-based scrolling is enabled. Inherited from GridView.
UserCellPadding Gets or sets a Padding structure by which the default cell padding is adjusted. Inherited from GridView.
VertScrollTipFieldName Gets or sets the field whose values are displayed within the vertical scrollbar’s tooltip. Inherited from GridView.
VertScrollVisibility Gets or sets a value specifying when the View’s vertical scrollbar is visible. Inherited from GridView.
ViewCaption Gets or sets the View Caption. Inherited from BaseView.
ViewCaptionHeight Gets or sets the height of the View Caption region. Inherited from ColumnView.
ViewRect Gets the bounding rectangle of the View’s visible area. Inherited from GridView.
ViewRepository Gets the View repository that owns the current View. Inherited from BaseView.
VisibleColumns Gets the visible column collection. Inherited from ColumnView.
WorkAsLookup This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Inherited from BaseView.

Methods

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.
GetColumnHeaderBestWidth(GridColumn) 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() Inherited from GridView.
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.

Events

Name Description
AfterPrintRow Fires after an individual row has been printed/exported, and allows you to add custom information to the printout/export output. Inherited from GridView.
AsyncCompleted Fires when async data loading has finished, in Instant Feedback Mode. Inherited from ColumnView.
BandWidthChanged Occurs when the band’s width is changed. Inherited from BandedGridView.
BeforeLeaveRow Enables you to prevent row focus changes. Inherited from ColumnView.
BeforeLoadLayout Occurs before a layout is restored from storage (a stream, xml file or the system registry). Inherited from BaseView.
BeforePrintRow Fires before printing/exporting each individual row, and allows you to add custom information to the printout/export output, and prevent a row from being printed/exported. Inherited from GridView.
CalcPreviewText Enables you to provide custom text for preview sections. Inherited from GridView.
CalcRowHeight Enables you to provide custom heights for individual rows. Inherited from GridView.
CellMerge Provides the ability to customize cell merging behavior. Inherited from GridView.
CellValueChanged Fires immediately after a cell value has been changed. Inherited from ColumnView.
CellValueChanging Fires when a user changes a cell value: types or deletes a character, chooses a value from the dropdown list, etc. Does not fire when you change cell values in code. Inherited from ColumnView.
Click Occurs when a View is clicked. Inherited from BaseView.
ClipboardRowCopying Fires before a data row, group row, column headers, or band headers are copied to the clipboard. Allows you to apply a format, change the copied data, or skip a data row or header. Inherited from GridView.
ClipboardRowPasting Repeatedly fires for each pasted row before updating the control, and allows you to modify pasted data and to cancel the pasting of the currently processed row. Inherited from GridView.
ColumnChanged Fires when changing a column’s properties. Inherited from ColumnView.
ColumnFilterChanged Occurs when a column’s filter condition changes. This event also raises when the Find Panel finishes its search. Inherited from ColumnView.
ColumnPositionChanged Allows you to respond to changing a column’s position within the View. Inherited from ColumnView.
ColumnUnboundExpressionChanged Fires after a column’s GridColumn.UnboundExpression property has been changed. Inherited from ColumnView.
ColumnWidthChanged Occurs after a column’s width has been changed. Inherited from GridView.
CustomColumnDisplayText Allows you to replace cell display texts (for cells with textbox-based editors), group row texts, and filter menu item captions. Inherited from ColumnView.
CustomColumnGroup Provides the ability to group data using custom rules. Inherited from GridView.
CustomColumnSort Allows you to implement custom rules according to which a Grid column will sort its data. A column uses these custom rules only when its GridColumn.SortMode property is set to ColumnSortMode.Custom. Inherited from ColumnView.
CustomDrawBandHeader Enables you to custom paint band headers. Inherited from BandedGridView.
CustomDrawCell Allows you to manually draw data cells. Inherited from GridView.
CustomDrawColumnHeader Enables you to paint column headers manually. Inherited from GridView.
CustomDrawEmptyForeground Enables a View’s empty space to be custom painted when there aren’t any rows displayed. Inherited from ColumnView.
CustomDrawFilterPanel Enables you to paint the filter panel manually. Inherited from ColumnView.
CustomDrawFooter Enables you to paint the view footer manually. Inherited from GridView.
CustomDrawFooterCell Enables you to paint view footer cells manually. Inherited from GridView.
CustomDrawGroupPanel Enables you to paint the group panel manually. Inherited from GridView.
CustomDrawGroupRow Enables you to paint group rows manually. Inherited from GridView.
CustomDrawGroupRowCell Allows you to manually paint individual cells of group rows. Inherited from GridView.
CustomDrawRowFooter Enables you to paint group footers manually. Inherited from GridView.
CustomDrawRowFooterCell Enables you to paint group footer cells manually. Inherited from GridView.
CustomDrawRowIndicator Enables you to custom paint cells within the row indicator panel. Inherited from GridView.
CustomDrawRowPreview Enables you to paint preview sections manually. Inherited from GridView.
CustomDrawScroll Allows you to draw custom scrollbars, or highlight specific positions on the scrollbars. Inherited from GridView.
CustomFilterDialog Enables the Custom Filter Dialog to be replaced with custom filtering facilities. Inherited from ColumnView.
CustomFilterDisplayText Allows you to customize the display text representing the current filter within the filter panel. Inherited from ColumnView.
CustomRowCellEdit Allows you to assign custom in-place editors to individual cells. Inherited from GridView.
CustomRowCellEditForEditing

Allows you to assign a custom editor to a column for in-place editing and so override the default column editor, which is by default used both in display and edit modes. This event also allows you to change editors within an Edit Form.

Inherited from GridView.
CustomRowFilter Allows you to hide particular rows that exist in the data source or make them visible (regardless of the grid’s filter). Inherited from ColumnView.
CustomScrollAnnotation Allows you to specify custom annotations. Inherited from GridView.
CustomSummaryCalculate Allows you to manually calculate summaries. Fires for summaries whose SummaryItemType.Custom is SummaryItemType.Custom. Inherited from GridView.
CustomSummaryExists Enables you to specify which summaries should be calculated and displayed. Inherited from GridView.
CustomUnboundColumnData Fires for all cells of visible unbound columns. Allows you to manually provide data to these cells, and save values entered by users at runtime. Inherited from ColumnView.
DataManagerReset Fires when significant data source changes occur. Inherited from ColumnView.
DataSourceChanged Occurs when the data source of the current View changes. Inherited from BaseView.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DoubleClick Occurs when a View is double-clicked. Inherited from BaseView.
DragObjectDrop Fires immediately after a drag and drop operation on a column header or band header has been completed. Inherited from GridView.
DragObjectOver Enables you to control whether the dragged column header or band header can be dropped at the current position. Inherited from GridView.
DragObjectStart Fires when the end-user attempts to drag a column header or band header. Inherited from GridView.
EditFormHidden Fires after the Edit Form is closed. Inherited from GridView.
EditFormPrepared Allows you to customize the Edit Form that is about to be displayed. Inherited from GridView.
EditFormShowing Occurs when an Edit Form is about to be displayed, and allows you to cancel the action. Inherited from GridView.
EndGrouping Fires after the grouping operation has been completed. Inherited from ColumnView.
EndSorting Fires after the sorting operation has been completed. Inherited from ColumnView.
FilterEditorCreated Allows you to customize the Filter Editor before it is displayed on screen. Inherited from ColumnView.
FilterPopupExcelCustomizeTemplate Allows you to customize templates for Excel-style filters and for external editors generated with Filtering UI Context. Inherited from ColumnView.
FilterPopupExcelData Allows you to add, remove, and modify data values and customize predefined filters in the Excel style pop-up filter menus. Inherited from ColumnView.
FilterPopupExcelParseFilterCriteria Allows you to parse the filter criteria applied to data and select the corresponding values in the filter menu. Inherited from ColumnView.
FilterPopupExcelPrepareTemplate Allows you to replace the UI for the Excel-styled menus’ “Values” tab. Also affects editors generated by the Filtering UI Context component attached to this Data Grid. Inherited from ColumnView.
FilterPopupExcelQueryFilterCriteria Fires when a filter criteria is about to be applied to data and allows you to customize the filter criteria. Inherited from ColumnView.
FocusedColumnChanged Fires in response to changing column focus. Inherited from ColumnView.
FocusedRowChanged Fires when row focus moves from one row to another. Inherited from ColumnView.
FocusedRowLoaded Fires when the focused row’s data has been loaded (in Instant Feedback Mode). Inherited from ColumnView.
FocusedRowObjectChanged Fires after focus is moved to another row object. Inherited from ColumnView.
FormatRuleDataUpdateCustomTrigger Allows you to implement a custom algorithm to activate a FormatConditionRuleDataUpdate format. Inherited from GridView.
FormatRuleExpressionEditorCreated Allows you to customize the Expression Editor embedded in the Edit Formatting Rule dialog. Inherited from ColumnView.
GetLoadingImage Occurs when the GridView loads its images asynchronously and allows you to set your custom loading indicator displayed for images that are not yet loaded. Inherited from GridView.
GetThumbnailImage Occurs when the GridView loads its images asynchronously and allows you to manually pass the required image to the current item. Inherited from GridView.
GotFocus Occurs when a View receives focus. Inherited from BaseView.
GridMenuItemClick Enables you to provide custom responses to clicking context menu items. Inherited from GridView.
GroupLevelStyle Enables you to specify custom styles for group rows (and corresponding indents) residing at particular nesting levels. Inherited from GridView.
GroupRowCollapsed Fires immediately after a group row has been collapsed. Inherited from GridView.
GroupRowCollapsing Occurs before group rows are collapsed. Inherited from GridView.
GroupRowExpanded Fires immediately after a group row has been expanded. Inherited from GridView.
GroupRowExpanding Occurs when a group row is about to be expanded. Inherited from GridView.
HiddenEditor Fires immediately after an inplace editor has been closed. Inherited from ColumnView.
HideCustomizationForm Fires before the Customization Form is closed. Inherited from GridView.
InitNewRow Enables you to initialize added rows. Inherited from ColumnView.
InvalidRowException Fires when a row fails validation or when it cannot be saved to the data source. Inherited from ColumnView.
InvalidValueException Enables you to provide a proper response to entering an invalid cell value. Inherited from BaseView.
KeyDown Fires when a user presses a key while the View has focus. Inherited from BaseView.
KeyPress Fires when a character key is pressed while the View has focus. Inherited from BaseView.
KeyUp Occurs when releasing the pressed key. Inherited from BaseView.
Layout Fires immediately after a View’s layout has been changed. Inherited from BaseView.
LayoutUpgrade Occurs when a layout is restored from storage (a stream, xml file or system registry) and its version differs from the version of the current View’s layout. Inherited from BaseView.
LeftCoordChanged Fires when the View is scrolled horizontally. Inherited from GridView.
LostFocus Occurs when a View loses focus. Inherited from BaseView.
MasterRowCollapsed Fires immediately after a detail clone has been destroyed. Inherited from GridView.
MasterRowCollapsing Enables you to control whether master rows can be collapsed. Inherited from GridView.
MasterRowEmpty Enables you to specify whether a particular detail is empty. This event is in effect if the GridOptionsDetail.AllowExpandEmptyDetails option is set to false. Inherited from GridView.
MasterRowExpanded Fires immediately after a particular detail clone has become visible. Inherited from GridView.
MasterRowExpanding Enables you to control whether particular detail clones can be displayed. Inherited from GridView.
MasterRowGetChildList Enables you to supply detail data manually. Inherited from GridView.
MasterRowGetLevelDefaultView Enables you to specify a pattern view to represent a particular detail. Inherited from GridView.
MasterRowGetRelationCount Enables you to specify the number of details for individual master rows. Inherited from GridView.
MasterRowGetRelationDisplayCaption Enables the display caption for a particular relationship (detail clone) to be specified. Inherited from GridView.
MasterRowGetRelationName Enables you to specify the pattern view that will represent a particular detail clone. Inherited from GridView.
MeasurePreviewHeight Provides the ability to specify the height of individual preview sections in pixels. Inherited from GridView.
MouseDown Occurs when the mouse pointer is over a View and a mouse button is pressed. Inherited from BaseView.
MouseEnter Occurs when the mouse pointer enters the View. Inherited from BaseView.
MouseLeave Occurs when the mouse pointer leaves the View. Inherited from BaseView.
MouseMove Occurs when the mouse pointer moves over a View. Inherited from BaseView.
MouseUp Occurs when the mouse button is released if it was pressed within a View. Inherited from BaseView.
MouseWheel Occurs when the mouse wheel is moved while a View has focus. Inherited from BaseView.
PaintStyleChanged Fires after the View’s paint style has changed. Inherited from BaseView.
ParseFindPanelText Fires after the query in the find panel changes. Allows you to create a filter condition based on the query and specify how to highlight results in the control. Inherited from ColumnView.
PopupMenuShowing Enables you to customize or prohibit built-in context menus. Inherited from GridView.
PrintExportProgress Fires repeatedly while the View’s data is being printed/exported. Inherited from BaseView.
PrintInitialize Allows you to customize general print/export settings when the View is about to be printed/exported. Inherited from BaseView.
QueryCustomFunctions Allows you to add custom function based filters (for example, ‘discount is more than 15%’) to Excel-style pop-up filter menus and/or the filter editor. Inherited from ColumnView.
RowCellClick Fires when a user clicks a data cell. If data is editable and the ColumnViewOptionsBehavior.EditorShowMode property equals MouseDown (or Default, if multiple row selection is disabled), the event is suppressed. Inherited from GridView.
RowCellDefaultAlignment Enables you to specify content alignment for individual cells. Inherited from ColumnView.
RowCellStyle Fires for every Grid cell before this cell is shown. Allows you to modify Appearance settings for this cell. Inherited from GridView.
RowClick Allows you to respond to row clicks. The event will not fire when data editing is enabled and the ColumnViewOptionsBehavior.EditorShowMode property is set to MouseDown (and to Default, if multiple row selection is disabled). Inherited from GridView.
RowCountChanged Occurs when the number of visible records is changed within a View. Inherited from BaseView.
RowDeleted Fires after a data row is deleted. Inherited from ColumnView.
RowDeleting Fires when a data row is about to be deleted. Inherited from ColumnView.
RowLoaded Fires when a row’s data has been loaded (in Instant Feedback Mode). Inherited from ColumnView.
RowStyle Allows you to override the GridViewAppearances.Row and GridViewAppearances.GroupRow appearance settings for any data or group row. Inherited from GridView.
RowUpdated Occurs after changes made to a focused data row have been saved to an underlying data source. Inherited from ColumnView.
ScrollAnnotationsStyle Allows you to customize scrollbar annotation color and alignment. Inherited from GridView.
SelectionChanged Fires when row/cell selection is changed in multiple selection mode. Inherited from ColumnView.
ShowCustomizationForm Fires immediately after the Customization Form has been invoked. Inherited from GridView.
ShowFilterPopupCheckedListBox Allows you to customize checked filter dropdown lists before they are displayed. Inherited from ColumnView.
ShowFilterPopupDate Allows you to customize the filter dropdown for date-time columns. Inherited from ColumnView.
ShowFilterPopupExcel Allows you to hide specific filtering conditions from the “Filters” and “Values” tabs of the Excel-style Filter Dropdown. Inherited from ColumnView.
ShowFilterPopupListBox Enables you to customize a particular column’s filter dropdown list. Inherited from ColumnView.
ShowGridMenu Obsolete. Enables you to customize or prohibit grid context menus. Inherited from GridView.
ShowingEditor Occurs when a cell inplace editor is about to open, and allows you to cancel this action. Inherited from ColumnView.
ShowingPopupEditForm Occurs when an Edit Form is about to be displayed as a separate modal window. Inherited from GridView.
ShownEditor Fires immediately after a cell editor is invoked. Inherited from ColumnView.
StartGrouping Fires before a grouping operation is started. Inherited from ColumnView.
StartSorting Fires before a sorting operation is started. Inherited from ColumnView.
SubstituteFilter Allows you to update or replace the filter that is about to be applied with a custom filter. Inherited from ColumnView.
SubstituteSortInfo For internal use only. Inherited from ColumnView.
TopRowChanged Fires when the View is scrolled vertically. Inherited from GridView.
UnboundExpressionEditorCreated Fires after an Expression Editor has been created for an unbound column. Inherited from ColumnView.
ValidateRow Fires when a user edits row cell values and attempts to select another row. Handle this event to check whether these new values are valid, and if not, choose the required behavior (discard edits, show a warning message, ignore errors, or keep the focus on this row until a user enters valid values). Inherited from ColumnView.
ValidatingEditor Fires when a user edits a row cell value and attempts to select another cell. Handle this event to check whether this new value is valid, and if not, choose the required behavior (discard edits, show a warning message, ignore errors, or keep the focus on this cell until a user enters valid values). This event allows tracking edits made in the Edit Form as well. Inherited from BaseView.
See Also