|
About()
static
|
Activates the control’s About dialog box.
|
|
AccessibilityNotifyClients(AccessibleEvents, Int32, Int32)
protected
|
Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control .
|
|
AccessibilityNotifyClients(AccessibleEvents, Int32)
protected
|
Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control.
|
|
AccessibleNotifyClients(AccessibleEvents, BaseAccessible)
|
Notifies accessibility client applications of the specified AccessibleEvents event for the specified child control.
|
|
AccessibleNotifyClients(AccessibleEvents, Int32)
|
Notifies accessibility client applications of the specified AccessibleEvents event for the specified child control.
|
|
BeginInit()
|
Starts the grid’s runtime initialization.
|
|
BeginInvoke(Delegate, Object[])
|
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control’s underlying handle was created on.
|
|
BeginInvoke(Delegate)
|
Executes the specified delegate asynchronously on the thread that the control’s underlying handle was created on.
|
|
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.
|
|
CalcBestSize(Size, Boolean)
|
Calculates the grid size required to fit its content or to display the maximum number of rows and columns. The size cannot exceed the specified maximum size.
|
|
CheckActiveEditor(Control)
static
|
Returns whether the EditorContainer descendant is active.
|
|
Contains(Control)
|
Retrieves a value indicating whether the specified control is a child of the control.
|
|
CreateControl()
|
Forces the creation of the visible control, including the creation of the handle and any visible child controls.
|
|
CreateControlsInstance()
protected
|
Creates a new instance of the control collection for the control.
|
|
CreateGraphics()
|
Creates the Graphics for the control.
|
|
CreateGraphicsCache()
|
Creates a GraphicsCache object for the current GridControl.
|
|
CreateHandle()
protected
|
Creates a handle for the control.
|
|
CreateObjRef(Type)
|
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
|
|
CreateSplitContainer()
|
Creates a Split Container and places the current GridControl to it.
|
|
CreateView(String)
|
Creates a View of the specified type.
|
|
DefWndProc(Message)
protected
|
Sends the specified message to the default window procedure.
|
|
DestroyHandle()
protected
|
Destroys the handle associated with the control.
|
|
Dispose()
|
Releases all resources used by the Component.
|
|
DoDragDrop(Object, DragDropEffects)
|
Begins a drag-and-drop operation.
|
|
DrawToBitmap(Bitmap, Rectangle)
|
Supports rendering to the specified bitmap.
|
|
EndInit()
|
Notifies the control that the initialization has been completed.
|
|
EndInvoke(IAsyncResult)
|
Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
|
|
EndUpdate()
|
Unlocks the GridControl object after a call to the BeginUpdate method and causes an immediate visual update.
|
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
|
ExportToCsv(Stream, CsvExportOptions)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified stream in CSV format using the specified options.
|
|
ExportToCsv(Stream)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified stream in CSV.
|
|
ExportToCsv(String, CsvExportOptions)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified file in CSV format using the specified options.
|
|
ExportToCsv(String)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified file in CSV format.
|
|
ExportToDocx(Stream, DocxExportOptions)
|
Exports the control’s data in the Office Open XML format (DOCX file) and sends it to the specified stream.
|
|
ExportToDocx(Stream)
|
Exports the control’s data in the Office Open XML file format (DOCX file) and sends it to the specified stream.
|
|
ExportToDocx(String, DocxExportOptions)
|
Exports the control’s data in the Office Open XML format and saves it to the specified DOCX file.
|
|
ExportToDocx(String)
|
Exports the control’s data in the Office Open XML file format and saves it to the specified DOCX file.
|
|
ExportToExcelOld(String)
|
Obsolete. Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified file in XLS format.
|
|
ExportToHtml(Stream, HtmlExportOptions)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified stream in HTML format using the specified options.
|
|
ExportToHtml(Stream, String, String, Boolean)
|
Obsolete. Exports the data displayed by the GridControl.DefaultView (the GridControl.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.
|
|
ExportToHtml(Stream)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified stream in HTML format.
|
|
ExportToHtml(String, HtmlExportOptions)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified file in HTML format using the specified options.
|
|
ExportToHtml(String, String, String, Boolean)
|
Obsolete. Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) 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.
|
|
ExportToHtml(String, String)
|
Obsolete. Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified file in HTML format using the specified character encoding.
|
|
ExportToHtml(String)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified file in HTML format.
|
|
ExportToHtmlOld(String)
|
Obsolete. Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified file in HTML format.
|
|
ExportToMht(Stream, MhtExportOptions)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified stream in MHT format using the specified options.
|
|
ExportToMht(Stream, String, String, Boolean)
|
Obsolete. Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) 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.
|
|
ExportToMht(String, MhtExportOptions)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified file in MHT format using the specified options.
|
|
ExportToMht(String, String, String, Boolean)
|
Obsolete. Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) 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.
|
|
ExportToMht(String, String)
|
Obsolete. Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified file in MHT format using the specified character encoding.
|
|
ExportToMht(String)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified file in MHT format
|
|
ExportToPdf(Stream)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified stream in PDF format.
|
|
ExportToPdf(String)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified file in PDF format.
|
|
ExportToRtf(Stream, RtfExportOptions)
|
Exports the grid to a stream in RTF format with the specified options.
|
|
ExportToRtf(Stream)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to a stream in RTF format.
|
|
ExportToRtf(String, RtfExportOptions)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to a file in RTF format.
|
|
ExportToRtf(String)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to a file in RTF format.
|
|
ExportToText(Stream, TextExportOptions)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified sream in Text format using the specified options.
|
|
ExportToText(Stream, String, Boolean, Encoding)
|
Obsolete. Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to a stream in TXT format using the specified separator string, quotation and text encoding settings.
|
|
ExportToText(Stream, String, Boolean)
|
Obsolete. Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to a stream in TXT format using the specified separator string and quotation settings.
|
|
ExportToText(Stream, String)
|
Obsolete. Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to a stream in TXT format using the specified separator string.
|
|
ExportToText(Stream)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to a stream in TXT format.
|
|
ExportToText(String, TextExportOptions)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified file in Text format using the specified options.
|
|
ExportToText(String, String, Boolean, Encoding)
|
Obsolete. Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to a file in TXT format using the specified separator string, quotation and text encoding settings.
|
|
ExportToText(String, String, Boolean)
|
Obsolete. Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to a file in TXT format using the specified separator string and quotation settings.
|
|
ExportToText(String, String)
|
Obsolete. Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to a file in TXT format using the specified separator string.
|
|
ExportToText(String)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified file in TXT format.
|
|
ExportToTextOld(String)
|
Obsolete. Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified file in TXT format.
|
|
ExportToXls(Stream, XlsExportOptions)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified stream in XLS format using the specified options.
|
|
ExportToXls(Stream, Boolean)
|
Obsolete. Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to a stream in XLS format with the specified formatting settings.
|
|
ExportToXls(Stream)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to a stream in XLS format.
|
|
ExportToXls(String, XlsExportOptions)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified file in XLS format using the specified options.
|
|
ExportToXls(String, Boolean)
|
Obsolete. Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View)
to a file in XLS format with the specified formatting settings.
|
|
ExportToXls(String)
|
Exports the data the GridControl.DefaultView (GridControl.MainView or the currently maximized detail View) displays to a file in XLS format.
|
|
ExportToXlsx(Stream, XlsxExportOptions)
|
Exports the data the GridControl.DefaultView (GridControl.MainView or the currently maximized detail View) displays
to the specified stream in XLSX format using the specified options.
|
|
ExportToXlsx(Stream)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to the specified stream in XLSX (MS Excel 2007) format
|
|
ExportToXlsx(String, XlsxExportOptions)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View)
to the specified file in XLSX (MS Excel 2007) format using the specified options.
|
|
ExportToXlsx(String)
|
Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View)
to the specified file in XLSX (MS Excel 2007) format.
|
|
FindForm()
|
Retrieves the form that the control is on.
|
|
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.
|
|
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(IntPtr)
static
|
Retrieves the control that contains the specified handle.
|
|
FromHandle(IntPtr)
static
|
Returns the control that is currently associated with the specified handle.
|
|
GetAutoSizeMode()
protected
|
Retrieves a value indicating how a control will behave when its AutoSize property is enabled.
|
|
GetChildAtPoint(Point, GetChildAtPointSkip)
|
Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.
|
|
GetChildAtPoint(Point)
|
Retrieves the child control that is located at the specified coordinates.
|
|
GetContainerControl()
|
Returns the next ContainerControl up the control’s chain of parent controls.
|
|
GetHashCode()
|
Serves as the default hash function.
|
|
GetLifetimeService()
|
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
|
|
GetNextControl(Control, Boolean)
|
Retrieves the next control forward or back in the tab order of child controls.
|
|
GetPreferredSize(Size)
|
Retrieves the size of a rectangular area into which a control can be fitted.
|
|
GetScaledBounds(Rectangle, SizeF, BoundsSpecified)
protected
|
Retrieves the bounds within which the control is scaled.
|
|
GetService(Type)
protected
|
Returns an object that represents a service provided by the Component or by its Container.
|
|
GetStyle(ControlStyles)
protected
|
Retrieves the value of the specified control style bit for the control.
|
|
GetToolTipController()
|
Returns the actual tooltip controller that controls the behavior and appearance of hints for the container editor.
|
|
GetTopLevel()
protected
|
Determines if the control is a top-level control.
|
|
GetType()
|
Gets the Type of the current instance.
|
|
GetViewAt(Point)
|
Gets the View owning the specific point.
|
|
Hide()
|
Conceals the control from the user.
|
|
InitializeLifetimeService()
|
Obtains a lifetime service object to control the lifetime policy for this instance.
|
|
InitLayout()
protected
|
Called after the control has been added to another container.
|
|
InternalGetService(Type)
|
The function supports the internal infrastructure and is not intended to be called from your code.
|
|
Invalidate()
|
Invalidates the entire surface of the control and causes the control to be redrawn.
|
|
Invalidate(Boolean)
|
Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
|
|
Invalidate(Rectangle, Boolean)
|
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.
|
|
Invalidate(Rectangle)
|
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.
|
|
Invalidate(Region, Boolean)
|
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.
|
|
Invalidate(Region)
|
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.
|
|
Invoke(Delegate, Object[])
|
Executes the specified delegate, on the thread that owns the control’s underlying window handle, with the specified list of arguments.
|
|
Invoke(Delegate)
|
Executes the specified delegate on the thread that owns the control’s underlying window handle.
|
|
InvokeGotFocus(Control, EventArgs)
protected
|
Raises the GotFocus event for the specified control.
|
|
InvokeLostFocus(Control, EventArgs)
protected
|
Raises the LostFocus event for the specified control.
|
|
InvokeOnClick(Control, EventArgs)
protected
|
Raises the Click event for the specified control.
|
|
InvokePaint(Control, PaintEventArgs)
protected
|
Raises the Paint event for the specified control.
|
|
InvokePaintBackground(Control, PaintEventArgs)
protected
|
Raises the PaintBackground event for the specified control.
|
|
IsKeyLocked(Keys)
static
|
Determines whether the CAPS LOCK, NUM LOCK, or SCROLL LOCK key is in effect.
|
|
IsMnemonic(Char, String)
static
|
Determines if the specified character is the mnemonic character assigned to the control in the specified string.
|
|
IsVisibleView(BaseView)
|
Indicates whether a specific View is currently visible.
|
|
LockFireChanged()
|
Prevents change notifications from being sent until the GridControl.UnlockFireChanged method is called.
|
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
|
MemberwiseClone(Boolean)
protected
|
Creates a shallow copy of the current MarshalByRefObject object.
|
|
NotifyInvalidate(Rectangle)
protected
|
Raises the Invalidated event with a specified region of the control to invalidate.
|
|
OnAutoSizeChanged(EventArgs)
protected
|
Raises the AutoSizeChanged event.
|
|
OnBackColorChanged(EventArgs)
protected
|
Raises the BackColorChanged event.
|
|
OnCausesValidationChanged(EventArgs)
protected
|
Raises the CausesValidationChanged event.
|
|
OnChangeUICues(UICuesEventArgs)
protected
|
Raises the ChangeUICues event.
|
|
OnClientSizeChanged(EventArgs)
protected
|
Raises the ClientSizeChanged event.
|
|
OnContextMenuChanged(EventArgs)
protected
|
Raises the ContextMenuChanged event.
|
|
OnContextMenuStripChanged(EventArgs)
protected
|
Raises the ContextMenuStripChanged event.
|
|
OnControlAdded(ControlEventArgs)
protected
|
Raises the ControlAdded event.
|
|
OnControlRemoved(ControlEventArgs)
protected
|
Raises the ControlRemoved event.
|
|
OnDockChanged(EventArgs)
protected
|
Raises the DockChanged event.
|
|
OnDragEnter(DragEventArgs)
protected
|
Raises the DragEnter event.
|
|
OnDragLeave(EventArgs)
protected
|
Raises the DragLeave event.
|
|
OnFontChanged(EventArgs)
protected
|
Raises the FontChanged event.
|
|
OnForeColorChanged(EventArgs)
protected
|
Raises the ForeColorChanged event.
|
|
OnGiveFeedback(GiveFeedbackEventArgs)
protected
|
Raises the GiveFeedback event.
|
|
OnHelpRequested(HelpEventArgs)
protected
|
Raises the HelpRequested event.
|
|
OnImeModeChanged(EventArgs)
protected
|
Raises the ImeModeChanged event.
|
|
OnInvalidated(InvalidateEventArgs)
protected
|
Raises the Invalidated event.
|
|
OnLayout(LayoutEventArgs)
protected
|
Raises the Layout event.
|
|
OnLocationChanged(EventArgs)
protected
|
Raises the LocationChanged event.
|
|
OnMarginChanged(EventArgs)
protected
|
Raises the MarginChanged event.
|
|
OnMouseHover(EventArgs)
protected
|
Raises the MouseHover event.
|
|
OnMove(EventArgs)
protected
|
Raises the Move event.
|
|
OnNotifyMessage(Message)
protected
|
Notifies the control of Windows messages.
|
|
OnPaddingChanged(EventArgs)
protected
|
Raises the PaddingChanged event.
|
|
OnParentBackColorChanged(EventArgs)
protected
|
Raises the BackColorChanged event when the BackColor property value of the control’s container changes.
|
|
OnParentBackgroundImageChanged(EventArgs)
protected
|
Raises the BackgroundImageChanged event when the BackgroundImage property value of the control’s container changes.
|
|
OnParentBindingContextChanged(EventArgs)
protected
|
Raises the BindingContextChanged event when the BindingContext property value of the control’s container changes.
|
|
OnParentCursorChanged(EventArgs)
protected
|
Raises the CursorChanged event.
|
|
OnParentEnabledChanged(EventArgs)
protected
|
Raises the EnabledChanged event when the Enabled property value of the control’s container changes.
|
|
OnParentFontChanged(EventArgs)
protected
|
Raises the FontChanged event when the Font property value of the control’s container changes.
|
|
OnParentForeColorChanged(EventArgs)
protected
|
Raises the ForeColorChanged event when the ForeColor property value of the control’s container changes.
|
|
OnParentRightToLeftChanged(EventArgs)
protected
|
Raises the RightToLeftChanged event when the RightToLeft property value of the control’s container changes.
|
|
OnParentVisibleChanged(EventArgs)
protected
|
Raises the VisibleChanged event when the Visible property value of the control’s container changes.
|
|
OnPreviewKeyDown(PreviewKeyDownEventArgs)
protected
|
Raises the PreviewKeyDown event.
|
|
OnPrint(PaintEventArgs)
protected
|
Raises the Paint event.
|
|
OnQueryContinueDrag(QueryContinueDragEventArgs)
protected
|
Raises the QueryContinueDrag event.
|
|
OnRegionChanged(EventArgs)
protected
|
Raises the RegionChanged event.
|
|
OnSizeChanged(EventArgs)
protected
|
Raises the SizeChanged event.
|
|
OnStyleChanged(EventArgs)
protected
|
Raises the StyleChanged event.
|
|
OnTabIndexChanged(EventArgs)
protected
|
Raises the TabIndexChanged event.
|
|
OnTextChanged(EventArgs)
protected
|
Raises the TextChanged event.
|
|
PerformLayout()
|
Forces the control to apply layout logic to all its child controls.
|
|
PerformLayout(Control, String)
|
Forces the control to apply layout logic to all its child controls.
|
|
PointToClient(Point)
|
Computes the location of the specified screen point into client coordinates.
|
|
PointToScreen(Point)
|
Computes the location of the specified client point into screen coordinates.
|
|
PreProcessControlMessage(Message)
|
Preprocesses keyboard or input messages within the message loop before they are dispatched.
|
|
PreProcessMessage(Message)
|
Preprocesses keyboard or input messages within the message loop before they are dispatched.
|
|
Print()
|
Prints the grid control’s GridControl.DefaultView (the GridControl.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 GridControl.DefaultView.
|
|
ProcessCmdKey(Message, Keys)
protected
|
Processes a command key.
|
|
ProcessDialogChar(Char)
protected
|
Processes a dialog character.
|
|
ProcessKeyEventArgs(Message)
protected
|
Processes a key message and generates the appropriate control events.
|
|
ProcessKeyMessage(Message)
protected
|
Processes a keyboard message.
|
|
ProcessKeyPreview(Message)
protected
|
Previews a keyboard message.
|
|
ProcessMnemonic(Char)
protected
|
Processes a mnemonic character.
|
|
RaiseDragEvent(Object, DragEventArgs)
protected
|
Raises the appropriate drag event.
|
|
RaiseKeyEvent(Object, KeyEventArgs)
protected
|
Raises the appropriate key event.
|
|
RaiseMouseEvent(Object, MouseEventArgs)
protected
|
Raises the appropriate mouse event.
|
|
RaisePaintEvent(Object, PaintEventArgs)
protected
|
Raises the appropriate paint event.
|
|
RecreateHandle()
protected
|
Forces the re-creation of the handle for the control.
|
|
RectangleToClient(Rectangle)
|
Computes the size and location of the specified screen rectangle in client coordinates.
|
|
RectangleToScreen(Rectangle)
|
Computes the size and location of the specified client rectangle in screen coordinates.
|
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
|
ReflectMessage(IntPtr, Message)
protected
static
|
Reflects the specified message to the control that is bound to the specified handle.
|
|
Refresh()
|
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
|
|
RefreshDataSource()
|
Updates the GridControl.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(Bitmap, Rectangle)
|
Renders the grid control to the specified bitmap.
|
|
ResetBackColor()
|
Resets the BackColor property to its default value.
|
|
ResetBindings()
|
Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values.
|
|
ResetCursor()
|
Resets the Cursor property to its default value.
|
|
ResetEditorsCache(RepositoryItem)
|
For internal use.
|
|
ResetEditorsCache(Type)
|
For internal use.
|
|
ResetFont()
|
Resets the Font property to its default value.
|
|
ResetForeColor()
|
Resets the ForeColor property to its default value.
|
|
ResetImeMode()
|
Resets the ImeMode property to its default value.
|
|
ResetMouseEventArgs()
protected
|
Resets the control to handle the MouseLeave event.
|
|
ResetRightToLeft()
|
Resets the RightToLeft property to its default value.
|
|
ResetText()
|
Resets the Text property to its default value (Empty).
|
|
ResumeLayout()
|
Resumes usual layout logic.
|
|
ResumeLayout(Boolean)
|
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.
|
|
RtlTranslateAlignment(ContentAlignment)
protected
|
Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.
|
|
RtlTranslateAlignment(HorizontalAlignment)
protected
|
Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.
|
|
RtlTranslateAlignment(LeftRightAlignment)
protected
|
Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.
|
|
RtlTranslateContent(ContentAlignment)
protected
|
Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.
|
|
RtlTranslateHorizontal(HorizontalAlignment)
protected
|
Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.
|
|
RtlTranslateLeftRight(LeftRightAlignment)
protected
|
Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.
|
|
Scale(SizeF)
|
Scales the control and all child controls by the specified scaling factor.
|
|
Scale(Single, Single)
|
Scales the entire control and any child controls.
|
|
Scale(Single)
|
Scales the control and any child controls.
|
|
ScaleCore(Single, Single)
protected
|
This method is not relevant for this class.
|
|
Select()
|
Activates the control.
|
|
Select(Boolean, Boolean)
protected
|
Activates a child control. Optionally specifies the direction in the tab order to select the control from.
|
|
SelectNextControl(Control, Boolean, Boolean, Boolean, Boolean)
|
Activates the next control.
|
|
SendToBack()
|
Sends the control to the back of the z-order.
|
|
SetAutoSizeMode(AutoSizeMode)
protected
|
Sets a value indicating how a control will behave when its AutoSize property is enabled.
|
|
SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified)
|
Sets the specified bounds of the control to the specified location and size.
|
|
SetBounds(Int32, Int32, Int32, Int32)
|
Sets the bounds of the control to the specified location and size.
|
|
SetClientSizeCore(Int32, Int32)
protected
|
Sets the size of the client area of the control.
|
|
SetStyle(ControlStyles, Boolean)
protected
|
Sets a specified ControlStyles flag to either true or false.
|
|
SetTopLevel(Boolean)
protected
|
Sets the control as the top-level control.
|
|
SetVisibleCore(Boolean)
protected
|
Sets the control to the specified visible state.
|
|
Show()
|
Displays the control to the user.
|
|
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.
|
|
SizeFromClientSize(Size)
protected
|
Determines the size of the entire control from the height and width of its client area.
|
|
SuspendLayout()
|
Temporarily suspends the layout logic for the control.
|
|
IDropTarget.OnDragDrop(DragEventArgs)
|
Raises the DragDrop event.
|
|
IDropTarget.OnDragEnter(DragEventArgs)
|
Raises the DragEnter event.
|
|
IDropTarget.OnDragLeave(EventArgs)
|
Raises the DragLeave event.
|
|
IDropTarget.OnDragOver(DragEventArgs)
|
Raises the DragOver event.
|
|
ToString()
|
Returns a String containing the name of the Component, if any. This method should not be overridden.
|
|
UnlockFireChanged()
|
Re-enables change notifications after a call to the GridControl.LockFireChanged method.
|
|
Update()
|
Causes the control to redraw the invalidated regions within its client area.
|
|
UpdateBounds()
protected
|
Updates the bounds of the control with the current size and location.
|
|
UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32)
protected
|
Updates the bounds of the control with the specified size, location, and client size.
|
|
UpdateBounds(Int32, Int32, Int32, Int32)
protected
|
Updates the bounds of the control with the specified size and location.
|
|
UpdateStyles()
protected
|
Forces the assigned styles to be reapplied to the control.
|
|
UpdateZOrder()
protected
|
Updates the control in its parent’s z-order.
|