|
Name |
Description |
|
AddNewRow
|
Adds a new record to this WinExplorerView.
|
|
ApplyColumnsFilter
|
Enables the filtering functionality. (Inherited from ColumnView)
|
|
ApplyFindFilter
|
Fills in the Find Panel with the specified query and applies it. (Inherited from ColumnView)
|
|
Assign
|
Copies all settings from the parameter View to the current View and allows you to specify whether event handlers should be copied as well.
|
|
AssignCheckBoxField
|
Assigns the required database field to the column that is set as this WinExplorerView's Check Box column.
|
|
AssignDescriptionField
|
Assigns the required database field to the column that is set as this WinExplorerView's Description column.
|
|
AssignExtraLargeImageField
|
Assigns the required database field to the column that is set as this WinExplorerView's Extra Large Image column.
|
|
AssignLargeImageField
|
Assigns the required database field to the column that is set as this WinExplorerView's Large Image column.
|
|
AssignMediumImageField
|
Assigns the required database field to the column that is set as this WinExplorerView's Medium Image column.
|
|
AssignSmallImageField
|
Assigns the required database field to the column that is set as this WinExplorerView's Small Image column.
|
|
AssignTextField
|
Assigns the required database field to the column that is set as this WinExplorerView's Text column.
|
|
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)
|
|
BeginUpdate
|
Locks the BaseView object by preventing visual updates of the object and its elements until the EndUpdate method is called. (Inherited from BaseView)
|
|
CalcColumnBestWidth
|
Returns the minimum width that the specified column needs to display its contents completely. (Inherited from ColumnView)
|
|
CalcHitInfo
|
Overloaded. Returns information on the WinExplorerView's elements located at the specified point.
|
|
CancelSelection
|
Enables selection updates after the BaseView.BeginSelection method call, but doesn't force an immediate update. (Inherited from BaseView)
|
|
CancelUpdateCurrentRow
|
Cancels changes made to focused row cells. (Inherited from ColumnView)
|
|
CanGroupColumn
|
Indicates whether grouping by a specific column is enabled. (Inherited from ColumnView)
|
|
CanResizeColumn
|
Indicates whether end-users can resize a specific column by dragging its right edge. (Inherited from ColumnView)
|
|
CanSortColumn
|
Indicates whether end-users can sort data by the specified column's values. (Inherited from ColumnView)
|
|
CheckLoaded
|
Forces the grid control to finish its initialization. (Inherited from BaseView)
|
|
ClearAsyncImageLoadCache
|
Overloaded. Removes an image loaded for a specific row from the cache.
|
|
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)
|
|
ClearImageLoader
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
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 ColumnView)
|
|
CloseEditor
|
Hides the active editor saving changes made. (Inherited from BaseView)
|
|
CollapseAllGroups
|
Collapses all currently expanded groups within this WinExplorerView.
|
|
Connect
|
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 selected record(s) to the Clipboard as text. (Inherited from BaseView)
|
|
CreateDocument
|
Creates a print/export document from the View's data. (Inherited from BaseView)
|
|
CreateExportLink
|
Returns an object that enables you to export a View's data in a number of different formats. (Inherited from BaseView)
|
|
CreateObjRef
|
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
|
|
DeleteRow
|
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 items (records) in multiple selection mode or the focused item in single selection mode.
|
|
Disconnect
|
Removes the connection between the View and the specified object. (Inherited from BaseView)
|
|
Dispose
|
Releases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.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)
|
|
EndUpdate
|
Unlocks the BaseView object after a call to the BeginUpdate method and causes an immediate visual update. (Inherited from BaseView)
|
|
EnsureRowLoaded
|
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
|
Determines whether the specified System.Object instances are considered equal. (Inherited from System.Object)
|
|
Equals
|
Determines whether the specified System.Object is equal to the current System.Object. (Inherited from System.Object)
|
|
ExpandAllGroups
|
Expands all groups within this WinExplorerView.
|
|
Export
|
Overloaded. 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
|
Overloaded. Exports the control's data to the specified file in CSV format. (Inherited from BaseView)
|
|
ExportToDocx
|
Overloaded. Exports the view's data in the Office Open XML file format (DOCX file) and sends it to the specified stream. (Inherited from BaseView)
|
|
ExportToExcelOld
|
Obsolete. Exports the GridControl.DefaultView's data to the specified file in MS Excel format. (Inherited from BaseView)
|
|
ExportToHtml
|
Overloaded. 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)
|
|
ExportToHtmlOld
|
Obsolete. Exports the GridControl.DefaultView's data to the specified file in HTML format. (Inherited from BaseView)
|
|
ExportToMht
|
Overloaded. 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)
|
|
ExportToPdf
|
Overloaded. Exports the GridControl.DefaultView's data to the specified file in PDF format. (Inherited from BaseView)
|
|
ExportToRtf
|
Overloaded. (Inherited from BaseView)
|
|
ExportToText
|
Overloaded. Exports the GridControl.DefaultView's data to a stream in TXT format using the specified separator string. (Inherited from BaseView)
|
|
ExportToTextOld
|
Obsolete. Exports the GridControl.DefaultView's data to the specified file in TXT format. (Inherited from BaseView)
|
|
ExportToXls
|
Overloaded. Exports the GridControl.DefaultView's data to a file in XLS format. (Inherited from BaseView)
|
|
ExportToXlsx
|
Overloaded. Exports the GridControl.DefaultView's data to the specified file in XLSX (MS Excel 2007) format. (Inherited from BaseView)
|
|
FindRow
|
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)
|
|
GetColumn
|
Gets a column assigned to the specific field within this WinExplorerView.
|
|
GetColumnError
|
Gets the error description for a specific cell or the entire focused row. (Inherited from ColumnView)
|
|
GetColumnErrorType
|
Gets the type of the error associated with the specified cell in the currently focused row. (Inherited from ColumnView)
|
|
GetDataRow
|
Returns a System.Data.DataRow object that represents the specified row. (Inherited from ColumnView)
|
|
GetDataSourceRowIndex
|
Returns the index of the data source record that corresponds to the specified row handle. (Inherited from ColumnView)
|
|
GetDisplayTextByColumnValue
|
Formats a value according to the specified column's format settings. (Inherited from ColumnView)
|
|
GetDragItemInfo
|
Retrieves information about the current position of the dragged WinExplorerView item.
|
|
GetFilterDisplayText
|
Overloaded. Returns the textual representation of the specified DevExpress.Data.Filtering.CriteriaOperator object. (Inherited from ColumnView)
|
|
GetFocusedDataRow
|
Returns a System.Data.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 ColumnView)
|
|
GetFocusedRow
|
Returns an object representing the focused row. (Inherited from ColumnView)
|
|
GetFocusedRowCellDisplayText
|
Overloaded. Returns the text displayed in the specified column within the focused row. (Inherited from ColumnView)
|
|
GetFocusedRowCellValue
|
Overloaded. Returns the edit value of the specified cell within the focused row. (Inherited from ColumnView)
|
|
GetFocusedValue
|
Returns the focused cell's value. (Inherited from ColumnView)
|
|
GetGroupRowDisplayText
|
Gets the text displayed within a specific group row.
|
|
GetGroupRowValue
|
Gets the group row value in the specified grouping column.
|
|
GetHashCode
|
Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from System.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 System.MarshalByRefObject)
|
|
GetListSourceRowCellValue
|
Overloaded. 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)
|
|
GetNearestCanFocusedColumn
|
Returns the nearest column to the specified one that can be focused. (Inherited from ColumnView)
|
|
GetNextVisibleRow
|
Returns the visible index of the row that follows a specific row. (Inherited from ColumnView)
|
|
GetParentRowHandle
|
Gets a specific row's parent group row.
|
|
GetPrevVisibleRow
|
Gets the visible index of the row that is located prior to the specified row. (Inherited from ColumnView)
|
|
GetRow
|
Returns an object that represents the row in a Grid data source. (Inherited from ColumnView)
|
|
GetRowCellDisplayText
|
Overloaded. Returns a specific cell's display value from the current View. (Inherited from ColumnView)
|
|
GetRowCellValue
|
Overloaded. Gets the value of the specified cell in the grid's data source. (Inherited from ColumnView)
|
|
GetRowExpanded
|
Gets whether the target row is currently expanded.
|
|
GetRowHandle
|
Returns the handle of the row which represents the specified record in the data source. (Inherited from ColumnView)
|
|
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)
|
|
GetShowEditorMode
|
Overloaded. This member supports the internal infrastructure, and is not intended to be used directly from your code. (Inherited from ColumnView)
|
|
GetType
|
Gets the System.Type of the current instance. (Inherited from System.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
|
Returns the column displayed at a specific position. (Inherited from ColumnView)
|
|
GetVisibleIndex
|
Returns the visible index of the row specified by its handle. (Inherited from ColumnView)
|
|
GetVisibleRowHandle
|
Returns the handle of the row which is displayed at the specified position. (Inherited from ColumnView)
|
|
HideEditor
|
Hides an opened editor assigned to the WinExplorerView's Text column.
|
|
HideFindPanel
|
Hides the Find Panel. (Inherited from ColumnView)
|
|
InitializeLifetimeService
|
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
|
|
Invalidate
|
Overloaded. Invalidates the specific region within the WinExplorerView.
|
|
InvalidateHitObject
|
Invalidates the View element located at the point specified by the hit information object. (Inherited from BaseView)
|
|
InvalidateRect
|
Invalidates the specified region of a WinExplorer 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.
|
|
InvertRowSelection
|
Toggles the specified row's selected state. (Inherited from ColumnView)
|
|
IsDataRow
|
Indicates whether the specified row is a regular data row.
|
|
IsGroupRow
|
Gets whether the row to which the target row handle belongs is a group row.
|
|
IsNewItemRow
|
Indicates whether the specified row/card is the New Item Row/Card. (Inherited from ColumnView)
|
|
IsRowLoaded
|
Gets whether the specified row's data has been loaded (in Instant Feedback Mode). (Inherited from ColumnView)
|
|
IsRowSelected
|
Indicates whether the specified row is selected. (Inherited from ColumnView)
|
|
IsValidRowHandle
|
Indicates whether the specified row handle is valid. (Inherited from ColumnView)
|
|
LayoutChanged
|
Redraws this WinExplorerView.
|
|
LoadRow
|
Loads a row in Instant Feedback Mode. (Inherited from ColumnView)
|
|
LoadRowHierarchy
|
Loads the specified data row's parent group rows (if they are not already loaded) in Instant Feedback Mode. (Inherited from ColumnView)
|
|
LocateByDisplayText
|
Locates rows by cells' display texts. (Inherited from ColumnView)
|
|
LocateByValue
|
Overloaded. Locates rows by cell values. (Inherited from ColumnView)
|
|
MakeRowVisible
|
Scrolls this WinExplorerView, making the target row visible on screen.
|
|
MoveBy
|
Selects an item within this WinExplorerView that is placed delta places from than the currently selected item.
|
|
MoveFirst
|
Selects the first item within this WinExplorerView.
|
|
MoveLast
|
Selects the last item within the current WinExplorerView.
|
|
MoveLastVisible
|
Selects the last WinExplorerView item currently visible.
|
|
MoveNext
|
Selects an item that follows the currently selected WinExplorerView item.
|
|
MoveNextPage
|
Scrolls this WinExplorerView one screen down and selects an item within the last item row currently visible.
|
|
MovePrev
|
Selects the previous WinExplorerView item relative to the currently selected item.
|
|
MovePrevPage
|
Scrolls this WinExplorerView one screen up and selects an item within the first item row currently visible.
|
|
NormalView
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
PopulateColumns
|
Overloaded. Creates columns for all fields in the bound 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
|
Prints the grid control's DefaultView (the MainView or the currently maximized detail View) without showing a print preview or print dialog. (Inherited from BaseView)
|
|
PrintDialog
|
Displays the standard Print dialog to print the data displayed in the Grid Control's DefaultView. (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
|
Determines whether the specified System.Object instances are the same instance. (Inherited from System.Object)
|
|
RefreshData
|
Reloads the current datasource data to the WinExplorerView.
|
|
RefreshEditor
|
Refreshes the active editor. (Inherited from ColumnView)
|
|
RefreshRow
|
Invalidates the specified row, and forces it to be redrawn. (Inherited from ColumnView)
|
|
ResetCursor
|
Sets the mouse cursor to the grid's Cursor property value. (Inherited from BaseView)
|
|
ResetGroupCheckedCache
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
ResetThumbnailCache
|
Removes all cached thumbnails for this WinExplorerView's items.
|
|
RestoreLayoutFromRegistry
|
Overloaded. Restores a View's layout stored at the specified system registry path. (Inherited from BaseView)
|
|
RestoreLayoutFromStream
|
Overloaded. Restores the View's layout using the specified settings which are stored in the specified stream. (Inherited from BaseView)
|
|
RestoreLayoutFromXml
|
Overloaded. Restores the View's layout using the specified settings from the specified XML file. (Inherited from BaseView)
|
|
SaveLayoutToRegistry
|
Overloaded. Saves the View's layout using the specified settings to the specified system registry path. (Inherited from BaseView)
|
|
SaveLayoutToStream
|
Overloaded. Saves the View's layout using the specified settings to the specified stream. (Inherited from BaseView)
|
|
SaveLayoutToXml
|
Overloaded. Saves the View's layout using the specified settings to the specified XML file. (Inherited from BaseView)
|
|
SelectAll
|
Selects all rows (cards) within the View, except rows residing within collapsed groups. (Inherited from ColumnView)
|
|
SelectRange
|
Selects the visible rows (cards) in the specified range. (Inherited from ColumnView)
|
|
SelectRow
|
Adds a row (card) to the current selection. (Inherited from ColumnView)
|
|
SetColumnError
|
Overloaded. Sets an error description for a cell within the focused row or for the entire focused row. (Inherited from ColumnView)
|
|
SetFocusedRowCellValue
|
Overloaded. Assigns a value to the specified column within the currently focused row. (Inherited from ColumnView)
|
|
SetFocusedRowModified
|
Marks the focused row as modified. (Inherited from ColumnView)
|
|
SetFocusedValue
|
Assigns a value to the focused cell. (Inherited from ColumnView)
|
|
SetRowCellValue
|
Overloaded. Assigns a value to a specific cell. (Inherited from ColumnView)
|
|
SetRowExpanded
|
Expands or collapses the specific row within this WinExplorerView.
|
|
ShowCustomFilterDialog
|
Displays the Custom Filter Dialog. (Inherited from ColumnView)
|
|
ShowEditor
|
Overloaded. Displays the editor assigned to a specific column for the focused item.
|
|
ShowEditorByKey
|
Activates an editor for the focused Row Cell and passes a specific key to it. (Inherited from BaseView)
|
|
ShowEditorByKeyPress
|
Activates an editor for the focused Row Cell and passes a specific key to it. (Inherited from BaseView)
|
|
ShowEditorByMouse
|
Activates an editor for the focused Row Cell and passes a mouse click to it. (Inherited from BaseView)
|
|
ShowFilterEditor
|
Displays the Filter Editor. (Inherited from ColumnView)
|
|
ShowFilterPopup
|
Filtering is not supported within the WinExplorerView.
|
|
ShowFindPanel
|
Displays the Find Panel. (Inherited from ColumnView)
|
|
ShowPrintPreview
|
Opens the Print Preview window with a Bars UI. (Inherited from BaseView)
|
|
ShowRibbonPrintPreview
|
Displays the Print Preview window with a Ribbon UI. (Inherited from BaseView)
|
|
ShowUnboundExpressionEditor
|
Invokes an Expression Editor that enables editing an expression for the specified unbound column. (Inherited from ColumnView)
|
|
Synchronize
|
Overloaded. Copies the specified settings of a View to the current View. (Inherited from BaseView)
|
|
SynchronizeData
|
Synchronizes a View's data representation settings with the specified View. (Inherited from ColumnView)
|
|
SynchronizeVisual
|
Synchronizes a View's visual settings with the specified View. (Inherited from ColumnView)
|
|
ToggleGroupExpanded
|
Toggles the target group's expanded/collapsed state.
|
|
ToString
|
Returns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
|
|
UnselectRow
|
Removes a row (card) from the current selection. (Inherited from ColumnView)
|
|
UpdateCurrentRow
|
Validates the focused row and saves its values to the data source. (Inherited from ColumnView)
|
|
ValidateEditor
|
Validates the active editor. (Inherited from ColumnView)
|
|
ViewRowHandleToDataSourceIndex
|
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)
|