|
Name |
Description |
|
Assign
|
Copies the settings of a View object to the current one.
|
|
BeginDataUpdate
|
Prevents visual and internal data updates until the EndDataUpdate method is called.
|
|
BeginInit
|
Starts the runtime View initialization.
|
|
BeginSelection
|
Prevents selection updates until the EndSelection or the CancelSelection method is called.
|
|
BeginUpdate
|
Locks the BaseView object by preventing visual updates of the object and its elements until the EndUpdate method is called.
|
|
CalcHitInfo
|
Overloaded. Returns information about the View elements located at the specified point.
|
|
CancelSelection
|
Enables selection updates after the BeginSelection method call, but doesn't force an immediate update.
|
|
CheckLoaded
|
Forces the grid control to finish its initialization.
|
|
ClearDocument
|
Clears a previously generated document for printing/exporting.
|
|
CloseEditor
|
Hides the active editor saving changes made.
|
|
Connect
|
Connects the View to the specified object.
|
|
CopyToClipboard
|
Copies the selected record(s) to the Clipboard as text.
|
|
CreateDocument
|
Creates a print/export document from the View's data.
|
|
CreateExportLink
|
Returns an object that enables you to export a View's data in a number of different formats.
|
|
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)
|
|
Disconnect
|
Removes the connection between the View and the specified object.
|
|
Dispose
|
Releases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
|
|
EndDataUpdate
|
Enables visual and internal data updates after the BeginDataUpdate method call, and forces an immediate View update.
|
|
EndInit
|
Ends the runtime View initialization.
|
|
EndSelection
|
Enables selection updates after calling the BeginSelection method and forces an immediate update.
|
|
EndUpdate
|
Unlocks the BaseView object after a call to the BeginUpdate method and causes an immediate visual update.
|
|
Equals
|
Determines whether the specified System.Object is equal to the current System.Object. (Inherited from System.Object)
|

|
Equals
|
Determines whether the specified System.Object instances are considered equal. (Inherited from System.Object)
|
|
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 stream, using the specified options.
|
|
ExportToCsv
|
Overloaded. Exports the control's data to the specified stream in CSV format.
|
|
ExportToDocx
|
Overloaded. Exports the view's data in the Office Open XML file format (DOCX file) and sends it to the specified stream.
|
|
ExportToExcelOld
|
Obsolete. Exports the GridControl.DefaultView's data to the specified file in MS Excel format.
|
|
ExportToHtml
|
Overloaded. Exports the GridControl.DefaultView's data to the specified file in HTML format.
|
|
ExportToHtmlOld
|
Obsolete. Exports the GridControl.DefaultView's data to the specified file in HTML format.
|
|
ExportToMht
|
Overloaded. Exports the GridControl.DefaultView's data to the specified file in MHT format using the specified options.
|
|
ExportToPdf
|
Overloaded. Exports the GridControl.DefaultView's data to the specified file in PDF format.
|
|
ExportToRtf
|
Overloaded. Exports the GridControl.DefaultView's data to a stream in RTF format.
|
|
ExportToText
|
Overloaded. Exports the GridControl.DefaultView's data to the specified stream in Text format using the specified options.
|
|
ExportToTextOld
|
Obsolete. Exports the GridControl.DefaultView's data to the specified file in TXT format.
|
|
ExportToXls
|
Overloaded. Exports the GridControl.DefaultView's data to a stream in XLS format with the specified formatting settings.
|
|
ExportToXlsx
|
Overloaded. Exports the GridControl.DefaultView's data to the specified file in XLSX (MS Excel 2007) format using the specified options.
|
|
Focus
|
Focuses the Grid Control and current View within it.
|
|
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)
|
|
GetLifetimeService
|
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
|
|
GetRow
|
Returns an object representing a row specified by its handle.
|
|
GetType
|
Gets the System.Type of the current instance. (Inherited from System.Object)
|
|
GetViewCaption
|
Gets the View's display caption.
|
|
GetViewInfo
|
Returns the object which contains the internal information used to render the View.
|
|
HideEditor
|
Hides the currently active editor discarding changes made.
|
|
InitializeLifetimeService
|
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.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.
|
|
InvalidateHitObject
|
Invalidates the View element located at the point specified by the hit information object.
|
|
InvalidateRect
|
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.
|
|
LayoutChanged
|
Updates the current View.
|
|
NormalView
|
Restores View layout after the View has been maximized.
|
|
PopulateColumns
|
Creates grid columns/card fields for fields in the View's bound data source.
|
|
PostEditor
|
Saves the modified cell value to the data source. If the GridOptionsView.RowAutoHeight setting is disabled, the currently active cell editor remains opened.
|
|
Print
|
Prints the grid control's DefaultView (the MainView or the currently maximized detail View) without showing a print preview or print dialog.
|
|
PrintDialog
|
Displays the standard Print dialog to print the data displayed in the Grid Control's DefaultView.
|
|
QueryMoreRows
|
Sends a request to a data source to load more records in virtual (event-based) server mode.
|

|
ReferenceEquals
|
Determines whether the specified System.Object instances are the same instance. (Inherited from System.Object)
|
|
RefreshData
|
Reloads data into View from the data source.
|
|
ResetCursor
|
Sets the mouse cursor to the grid's Cursor property value.
|
|
RestoreLayoutFromRegistry
|
Overloaded. Restores the View's layout using the specified settings stored at the specified system registry path.
|
|
RestoreLayoutFromStream
|
Overloaded. Restores the View's layout using the specified settings which are stored in the specified stream.
|
|
RestoreLayoutFromXml
|
Overloaded. Restores the View's layout using the specified settings from the specified XML file.
|
|
SaveLayoutToRegistry
|
Overloaded. Saves a View's layout to a system registry path.
|
|
SaveLayoutToStream
|
Overloaded. Saves a View's layout to a specific stream.
|
|
SaveLayoutToXml
|
Overloaded. Saves a View's layout to a specific XML file.
|
|
ShowEditor
|
Activates the focused cell's editor.
|
|
ShowEditorByKey
|
Activates an editor for the focused Row Cell and passes a specific key to it.
|
|
ShowEditorByKeyPress
|
Activates an editor for the focused Row Cell and passes a specific key to it.
|
|
ShowEditorByMouse
|
Activates an editor for the focused Row Cell and passes a mouse click to it.
|
|
ShowPrintPreview
|
Opens the Print Preview window with a Bars UI.
|
|
ShowRibbonPrintPreview
|
Displays the Print Preview window with a Ribbon UI.
|
|
Synchronize
|
Overloaded. Copies the specified settings of a View to the current View.
|
|
SynchronizeData
|
Synchronizes the data representation settings of the current view with a another View object.
|
|
SynchronizeVisual
|
Synchronizes the visual representation settings of the current view with a specific View object.
|
|
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)
|
|
UpdateCurrentRow
|
Validates the currently focused row's value/data.
|
|
ValidateEditor
|
Validates the active editor.
|
|
ZoomView
|
Maximizes the current detail View clone.
|