|
Name |
Description |

|
About
|
Activates the control's About dialog box.
|
|
AccessibleNotifyClients
|
Overloaded. Notifies accessibility client applications of the specified System.Windows.Forms.AccessibleEvents event for the specified child control.
|
|
BeginInit
|
Starts the grid's runtime initialization.
|
|
BeginInvoke
|
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control)
|
|
BeginUpdate
|
Locks the GridControl object by preventing visual updates of the object and its elements until the EndUpdate method is called.
|
|
BringToFront
|
Brings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control)
|
|
Contains
|
Retrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control)
|
|
CreateControl
|
Forces the creation of the control, including the creation of the handle and any child controls. (Inherited from System.Windows.Forms.Control)
|
|
CreateGraphics
|
Creates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control)
|
|
CreateGraphicsCache
|
Creates a GraphicsCache object for the current GridControl.
|
|
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)
|
|
CreateSplitContainer
|
Creates a Split Container and places the current GridControl to it.
|
|
CreateView
|
Creates a View of the specified type.
|
|
Dispose
|
Releases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
|
|
DoDragDrop
|
Begins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control)
|
|
DrawToBitmap
|
Supports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control)
|
|
EndInit
|
Notifies the control that the initialization has been completed. (Inherited from EditorContainer)
|
|
EndInvoke
|
Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control)
|
|
EndUpdate
|
Unlocks the GridControl object after a call to the BeginUpdate method and causes an immediate visual update.
|

|
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)
|
|
ExportToCsv
|
Overloaded. Exports the data displayed by the DefaultView (the MainView or the currently maximized detail View) to the specified stream in CSV format using the specified options.
|
|
ExportToDocx
|
Overloaded. Exports the control's data in the Office Open XML file format and saves it to the specified DOCX file.
|
|
ExportToExcelOld
|
Obsolete. Exports the data displayed by the DefaultView (the MainView or the currently maximized detail View) to the specified file in XLS format.
|
|
ExportToHtml
|
Overloaded. Exports the data displayed by the DefaultView (the MainView or the currently maximized detail View) to the specified stream in HTML format with the specified title, using the specified character encoding. The output file can be compressed (secondary characters e.g. spaces are removed) if required.
|
|
ExportToHtmlOld
|
Obsolete. Exports the data displayed by the DefaultView (the MainView or the currently maximized detail View) to the specified file in HTML format.
|
|
ExportToMht
|
Overloaded. Exports the data displayed by the DefaultView (the MainView or the currently maximized detail View) to the specified file in MHT format using the specified options.
|
|
ExportToPdf
|
Overloaded. Exports the data displayed by the DefaultView (the MainView or the currently maximized detail View) to the specified stream in PDF format.
|
|
ExportToRtf
|
Overloaded. Exports the data displayed by the DefaultView (the MainView or the currently maximized detail View) to a file in RTF format.
|
|
ExportToText
|
Overloaded. Exports the data displayed by the DefaultView (the MainView or the currently maximized detail View) to the specified sream in Text format using the specified options.
|
|
ExportToTextOld
|
Obsolete. Exports the data displayed by the DefaultView (the MainView or the currently maximized detail View) to the specified file in TXT format.
|
|
ExportToXls
|
Overloaded. Exports the data displayed by the DefaultView (the MainView or the currently maximized detail View) to the specified stream in XLS format using the specified options.
|
|
ExportToXlsx
|
Overloaded. Exports the data displayed by the DefaultView (the MainView or the currently maximized detail View) to the specified stream in XLSX (MS Excel 2007) format
|
|
FindForm
|
Retrieves the form that the control is on. (Inherited from System.Windows.Forms.Control)
|
|
FireChanged
|
Forces an update to the control's properties that are listed within the property grid at design time.
|
|
Focus
|
Sets input focus to the control. (Inherited from System.Windows.Forms.Control)
|
|
ForceInitialize
|
Forces the grid control to finish its initialization. Call this method when the form is loading, before you start to change the grid's options.
|

|
FromChildHandle
|
Retrieves the control that contains the specified handle. (Inherited from System.Windows.Forms.Control)
|

|
FromHandle
|
Returns the control that is currently associated with the specified handle. (Inherited from System.Windows.Forms.Control)
|
|
GetChildAtPoint
|
Retrieves the child control that is located at the specified coordinates. (Inherited from System.Windows.Forms.Control)
|
|
GetContainerControl
|
Returns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control)
|
|
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)
|
|
GetNextControl
|
Retrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control)
|
|
GetPreferredSize
|
Retrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control)
|
|
GetToolTipController
|
Returns the actual tooltip controller that controls the behavior and appearance of hints for the container editor. (Inherited from EditorContainer)
|
|
GetType
|
Gets the System.Type of the current instance. (Inherited from System.Object)
|
|
GetViewAt
|
Gets the View owning the specific point.
|
|
Hide
|
Conceals the control from the user. (Inherited from System.Windows.Forms.Control)
|
|
InitializeLifetimeService
|
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
|
|
InternalGetService
|
The function supports the internal infrastructure and is not intended to be called from your code.
|
|
Invalidate
|
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. (Inherited from System.Windows.Forms.Control)
|
|
Invoke
|
Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments. (Inherited from System.Windows.Forms.Control)
|

|
IsKeyLocked
|
Determines whether the CAPS LOCK, NUM LOCK, or SCROLL LOCK key is in effect. (Inherited from System.Windows.Forms.Control)
|

|
IsMnemonic
|
Determines if the specified character is the mnemonic character assigned to the control in the specified string. (Inherited from System.Windows.Forms.Control)
|
|
IsVisibleView
|
Indicates whether a specific View is currently visible.
|
|
LockFireChanged
|
Prevents change notifications from being sent until the UnlockFireChanged method is called.
|
|
LogicalToDeviceUnits
|
(Inherited from System.Windows.Forms.Control)
|
|
PerformLayout
|
Forces the control to apply layout logic to all its child controls. (Inherited from System.Windows.Forms.Control)
|
|
PointToClient
|
Computes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control)
|
|
PointToScreen
|
Computes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control)
|
|
PreProcessControlMessage
|
Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
|
|
PreProcessMessage
|
Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
|
|
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.
|
|
RectangleToClient
|
Computes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control)
|
|
RectangleToScreen
|
Computes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control)
|

|
ReferenceEquals
|
Determines whether the specified System.Object instances are the same instance. (Inherited from System.Object)
|
|
Refresh
|
Forces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control)
|
|
RefreshDataSource
|
Updates the MainView to reflect changes made to a data source.
|
|
RemoveSplitContainer
|
Removes the Grid Control from a Split Container and disposes of this Split Container.
|
|
RenderToBitmap
|
Renders the grid control to the specified bitmap.
|
|
ResetBackColor
|
Resets the System.Windows.Forms.Control.BackColor property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
ResetBindings
|
Causes a control bound to the System.Windows.Forms.BindingSource to reread all the items in the list and refresh their displayed values. (Inherited from System.Windows.Forms.Control)
|
|
ResetCursor
|
Resets the System.Windows.Forms.Control.Cursor property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
ResetFont
|
Resets the System.Windows.Forms.Control.Font property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
ResetForeColor
|
Resets the System.Windows.Forms.Control.ForeColor property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
ResetImeMode
|
Resets the System.Windows.Forms.Control.ImeMode property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
ResetRightToLeft
|
Resets the System.Windows.Forms.Control.RightToLeft property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
ResetText
|
Resets the System.Windows.Forms.Control.Text property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
ResumeLayout
|
Resumes usual layout logic. (Inherited from System.Windows.Forms.Control)
|
|
Scale
|
Obsolete. Scales the entire control and any child controls. (Inherited from System.Windows.Forms.Control)
|
|
ScaleBitmapLogicalToDevice
|
(Inherited from System.Windows.Forms.Control)
|
|
Select
|
Activates the control. (Inherited from System.Windows.Forms.Control)
|
|
SelectNextControl
|
Activates the next control. (Inherited from System.Windows.Forms.Control)
|
|
SendToBack
|
Sends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control)
|
|
SetBounds
|
Sets the specified bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control)
|
|
Show
|
Displays the control to the user. (Inherited from System.Windows.Forms.Control)
|
|
ShowPreview
|
Obsolete. Opens the Print Preview window for the grid control's Default View.
|
|
ShowPrintPreview
|
Opens the Print Preview window with a Bars UI.
|
|
ShowRibbonPrintPreview
|
Displays the Print Preview window with a Ribbon UI.
|
|
SuspendLayout
|
Temporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control)
|
|
SwitchPaintStyle
|
Applies the specified paint style to all Views.
|
|
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)
|
|
UnlockFireChanged
|
Re-enables change notifications after a call to the LockFireChanged method.
|
|
Update
|
Causes the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control)
|