BCGSoft.Controls.Grid Namespace : DBGrid Class |
The following tables list the members exposed by DBGrid.
Name | Description | |
---|---|---|
![]() | DBGrid Constructor |
Name | Description | |
---|---|---|
![]() | AccessibilityObject | Gets the System.Windows.Forms.AccessibleObject assigned to the control. (Inherited from System.Windows.Forms.Control) |
![]() | AccessibleDefaultActionDescription | Gets or sets the default action description of the control for use by accessibility client applications. (Inherited from System.Windows.Forms.Control) |
![]() | AccessibleDescription | Gets or sets the description of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control) |
![]() | AccessibleName | Gets or sets the name of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control) |
![]() | AccessibleRole | Gets or sets the accessible role of the control (Inherited from System.Windows.Forms.Control) |
![]() | ActiveItem | Returns currently focused data item. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | AllowDrop | Gets or sets a value indicating whether the control can accept data that the user drags onto it. (Inherited from System.Windows.Forms.Control) |
![]() | AllowInsertDeleteColumns | Allows to insert and delete columns. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | AllowUserToAddRows | Gets or sets a value that specifies whether the user is enabled to add new rows to Grid. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | AlphaSelectionColor | Specifies the color to display selection if SelectionFillStyle is GridSelectionFillStyle.AlphaBlended. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | AlternateRowVisualStyle | Specifies visual style for alternate rows (non-even rows). (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Anchor | Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control) |
![]() | AutoDestroyData | Gets or sets a value that specifies whether the Grid automatically destroys its data. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | AutoScrollOffset | Gets or sets where this control is scrolled to in System.Windows.Forms.ScrollableControl.ScrollControlIntoView(System.Windows.Forms.Control). (Inherited from System.Windows.Forms.Control) |
![]() | AutoSizeColumnMode | Defines auto size mode for columns. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | BackColor | Gets or sets the background color for the control. (Inherited from System.Windows.Forms.Control) |
![]() | BackgroundImage | Gets or sets the background image displayed in the control. (Inherited from System.Windows.Forms.Control) |
![]() | BackgroundImageLayout | Gets or sets the background image layout as defined in the System.Windows.Forms.ImageLayout enumeration. (Inherited from System.Windows.Forms.Control) |
![]() | BeginEditType | Defines the default action that begins editing of a cell. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | BindingContext | Gets or sets the System.Windows.Forms.BindingContext for the control. (Inherited from System.Windows.Forms.Control) |
![]() | BorderColor | Specifies the Grid border color. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | BorderSize | Specifies the Grid border size. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Bottom | Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (Inherited from System.Windows.Forms.Control) |
![]() | Bounds | Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (Inherited from System.Windows.Forms.Control) |
![]() | CanFocus | Gets a value indicating whether the control can receive focus. (Inherited from System.Windows.Forms.Control) |
![]() | CanSelect | Gets a value indicating whether the control can be selected. (Inherited from System.Windows.Forms.Control) |
![]() | Capture | Gets or sets a value indicating whether the control has captured the mouse. (Inherited from System.Windows.Forms.Control) |
![]() | CausesValidation | Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Inherited from System.Windows.Forms.Control) |
![]() | Cells | Returns a reference to collection of cells. This collection contains cells that are currently visible on the screen. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ClientRectangle | Gets the rectangle that represents the client area of the control. (Inherited from System.Windows.Forms.Control) |
![]() | ClientSize | Gets or sets the height and width of the client area of the control. (Inherited from System.Windows.Forms.Control) |
![]() | ColumnCollection | Represents a collection of columns. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ColumnPageCount | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ColumnSeparatorWidth | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ColumnsOnPage | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CompanyName | Gets the name of the company or creator of the application containing the control. (Inherited from System.Windows.Forms.Control) |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | ContainsFocus | Gets a value indicating whether the control, or one of its child controls, currently has the input focus. (Inherited from System.Windows.Forms.Control) |
![]() | ContextMenu | Gets or sets the shortcut menu associated with the control. (Inherited from System.Windows.Forms.Control) |
![]() | ContextMenuStrip | Gets or sets the System.Windows.Forms.ContextMenuStrip associated with this control. (Inherited from System.Windows.Forms.Control) |
![]() | Controls | Gets the collection of controls contained within the control. (Inherited from System.Windows.Forms.Control) |
![]() | Created | Gets a value indicating whether the control has been created. (Inherited from System.Windows.Forms.Control) |
![]() | CurrentSelection | Represents the current selection range. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Cursor | Gets or sets the cursor that is displayed when the mouse pointer is over the control. (Inherited from System.Windows.Forms.Control) |
![]() | CustomCursors | Specifies what custom cursors are used in the Grid. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DataBindings | Gets the data bindings for the control. (Inherited from System.Windows.Forms.Control) |
![]() | DataMember | |
![]() | DataSource | Specifies data source for a data bound grid. |
![]() | DefaultGroupBoxText | Default text displayed in the Group By box. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DeleteHandlerType | Determines the action to perform when the user presses the Delete key. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DetectHyperlinks | Specifies whether the Grid control should automatically detect hyperlinks. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DisableRecalcScroll | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DisplayRectangle | Gets the rectangle that represents the display area of the control. (Inherited from System.Windows.Forms.Control) |
![]() | Disposing | Gets a value indicating whether the base System.Windows.Forms.Control class is in the process of disposing. (Inherited from System.Windows.Forms.Control) |
![]() | Dock | Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control) |
![]() | DrawFocusedRowRect | Specifies whether to display a focus rectangle around focused row. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawHorzLines | Specifies whether to display horizontal lines in the grid area. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawVertLines | Specifies whether to display vertical lines in the grid area. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | EditControlOverfloatsOtherCells | If true the edit control is extended over sibling cells when the text doesn't fit the current cell. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Enabled | Gets or sets a value indicating whether the control can respond to user interaction. (Inherited from System.Windows.Forms.Control) |
![]() | EnableFilter | Enables filter. When the filter is enabled each header cell displays a filter button. When the user clicks the button the Grid control raises the FilterMenuNeeded event. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | EnablePreviewPane | Displays preview pane for grid rows. In this case each row has some extra height to accommodate the preview text, which spans the entire row. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | EnableSelectAllArea | Specifies whether the "select all" area is active. The "select all" area is displayed at the left top corner of the Grid if the left margin is also displayed. When the use clicks the "select all" area, all grid items become selected. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | EnableSelectionByDrag | If this property is true, you can select grid items by drag. Otherwise you can implement drag & drop to drag the items or rows. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | EnableSetDefaultColumnWidthOnDoubleClick | Gets or sets the value that defines Grid behavior when the user double clicks a delimiter between columns. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | EnableSetDefaultRowHeightOnDoubleClick | Gets or sets the value that defines Grid behavior when the user double clicks a delimiter between rows. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | EnterHandlerType | Specifies how selection is moved when user presses the Enter key. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ExpandingBoxVisualStyle | Defines visual style of expanding box. The expanding box appears on group items (in report style grids). (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ExtraOffsetInGroupMode | Specifies extra offset of leaf item in group mode. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FieldChooserWnd | Returns a reference to the "Field Chooser" window. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FillExtraSpaceMode | Specifies how to fill grid's background. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FillLeftGapInGroupMode | If true the left "gap" area is filled in the report mode. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FilterButtonStyle | Specifies visual style of filter button. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FilterButtonWidth | Specifies the width of filter button. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FilteredNoSort | Sets or gets the default image for the Filter Button when the appropriate column is filtered, but not sorted. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FilteredSortedAZ | Sets or gets the default image for the Filter Button when the appropriate column is filtered and sorted A - Z. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FilteredSortedZA | Sets or gets the default image for the Filter Button when the appropriate column is filtered and sorted Z - A. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FirstVisibleScrolledColumnIndex | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FirstVisibleScrolledRowIndex | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Focused | Gets a value indicating whether the control has input focus. (Inherited from System.Windows.Forms.Control) |
![]() | FocusedItemAppearance | Specifies appearance of focused item. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FocusedItemLocation | Gets location of focused item. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FocusSingleCellInRowSelectionMode | Sets or gets the value that specifies whether to focus single (active) cell in row selection mode. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Font | Gets or sets the font of the text displayed by the control. (Inherited from System.Windows.Forms.Control) |
![]() | ForeColor | Gets or sets the foreground color of the control. (Inherited from System.Windows.Forms.Control) |
![]() | GridArea | Gets the bounding rectangle of grid area. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GridAreaBkColor | Specifies background color of grid area. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GridControlData | Gets or sets the Grid control data. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GridLineColor | Gets or sets the color of Grid vertical and horizontal lines. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GridVisualStyle | Gets or sets the object that defines appearance of various Grid control elements, such as headers and rows. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GroupArea | Gets the bounding rectangle of Group area. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GroupAreaPadding | Gets or sets padding of items dropped on the Group Area. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GroupBoxBackColor | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GroupBoxFont | Specifies the font to draw default text in the Group By box. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GroupBoxTextColor | Specifies color of text in the Group By box. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GroupByBoxConnectionLineColor | Gets or sets the color of lines used to display connectors between group items in the Group area. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GroupNodeVisualStyle | Gets or sets definition of visual style for "group" rows. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Handle | Gets the window handle that the control is bound to. (Inherited from System.Windows.Forms.Control) |
![]() | HasChildren | Gets a value indicating whether the control contains one or more child controls. (Inherited from System.Windows.Forms.Control) |
![]() | HeaderArea | Gets the bounding rectangle of header. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | HeaderClickAction | Specifies default action performed by Grid when user clicks a header item. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | HeaderColumnResizeSencitivity | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | HeaderVisualStyle | Defines Visual Style of header items. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Height | Gets or sets the height of the control. (Inherited from System.Windows.Forms.Control) |
![]() | HideGroupByColumnInGrid | Specifies an action to be taken for a header item, when it has been dropped in Group By box. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | HighlightColumnHeader | Specifies whether to display highlighted state for column header items. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | HorzScrollBar | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | HyperlinkColor | Specifies color of hyperlink text. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ImeMode | Gets or sets the Input Method Editor (IME) mode of the control. (Inherited from System.Windows.Forms.Control) |
![]() | InactiveSelectionColor | Specifies color of selection when Grid control is not active (not focused). (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | InitialNumberOfColumns | Specifies the initial number of columns. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | InitialNumberOfRows | Specifies the initial number of rows. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | InvokeRequired | Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. (Inherited from System.Windows.Forms.Control) |
![]() | IsAccessible | Gets or sets a value indicating whether the control is visible to accessibility applications. (Inherited from System.Windows.Forms.Control) |
![]() | IsDisposed | Gets a value indicating whether the control has been disposed of. (Inherited from System.Windows.Forms.Control) |
![]() | IsHandleCreated | Gets a value indicating whether the control has a handle associated with it. (Inherited from System.Windows.Forms.Control) |
![]() | IsMirrored | Gets a value indicating whether the control is mirrored. (Inherited from System.Windows.Forms.Control) |
![]() | IsPrintMode | Specifies that the grid is working in print mode. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | IsVirtualMode | Determines whether the grid is working in Virtual Mode. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | LayoutEngine | Gets a cached instance of the control's layout engine. (Inherited from System.Windows.Forms.Control) |
![]() | Left | Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (Inherited from System.Windows.Forms.Control) |
![]() | LeftGapColor | Specifies color to fill the space between cells that shifted right in the group mode and the left margin. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | LeftMarginArea | Gets the bounding rectangle of left margin area (row headers). (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Location | Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Inherited from System.Windows.Forms.Control) |
![]() | Margin | Gets or sets the space between controls. (Inherited from System.Windows.Forms.Control) |
![]() | MarginRowResizeSencitivity | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | MarginVisualStyle | Gets or sets Visual Style of left margin (row headers). (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | MarginWidth | Gets or sets width of left margin (row headers). (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | MaximumSize | Gets or sets the size that is the upper limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control) |
![]() | MinimumSize | Gets or sets the size that is the lower limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control) |
![]() | MinMarginWidth | Sets or gets minimal left margin (row headers) width. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | MouseWheelSpeed | Gets or sets mouse wheel speed. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Name | Gets or sets the name of the control. (Inherited from System.Windows.Forms.Control) |
![]() | NewRowVisualStyle | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | NoSortAndFilter | Gets or sets an image to indicate that column is not sorted and not filtered. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | NumberOfPreviewRows | Gets or sets the value that specifies how many rows is taken by the preview pane. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | OperationMode | Gets or sets the value that indicates how the Grid control manipulates rows for sort operations. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Padding | Gets or sets padding within the control. (Inherited from System.Windows.Forms.Control) |
![]() | Parent | Gets or sets the parent container of the control. (Inherited from System.Windows.Forms.Control) |
![]() | PreferredSize | Gets the size of a rectangular area into which the control can fit. (Inherited from System.Windows.Forms.Control) |
![]() | PressedCell | Gets currently pressed cell. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | PreviewPaneVisualStyle | Gets or sets Visual Style of preview pane. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | PrintCells | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | PrintDocument | Gest print document. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | PrintGridBordersPen | Gest or sets a pen used to print grid borders. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | PrintGridLinesPen | Gets or sets a pen used to print grid lines. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | PrintGroupArea | Gets or sets a value that indicates whether Group By box should be printed. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | PrintPreviewPane | Gets or sets a value that indicates whether Preview Pane should be printed. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | PrintRange | Gets or sets a range of rows and columns to print. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | PrintShowGridLines | Gets or sets a value that indicates whether to print grid lines. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | PrintShowHeader | Gets or sets a value that indicates whether to print the grid header. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | PrintShowRowNumbers | Gets or sets the value that indicates whether to print left margin (row headers). (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ProductName | Gets the product name of the assembly containing the control. (Inherited from System.Windows.Forms.Control) |
![]() | ProductVersion | Gets the version of the assembly containing the control. (Inherited from System.Windows.Forms.Control) |
![]() | RaiseDrawCellEventForCustomDataTypeOnly | Gets or sets a value that indicates whether to raise draw cell events for custom cells only. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ReadOnly | Gets or sets a value that indicates whether the Grid is read only. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | RecreatingHandle | Gets a value indicating whether the control is currently re-creating its handle. (Inherited from System.Windows.Forms.Control) |
![]() | Region | Gets or sets the window region associated with the control. (Inherited from System.Windows.Forms.Control) |
![]() | RegularSelectionColor | Gets or sets a color of regular selection. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | RepositionTooltipsInPlace | Gets or sets a value that indicates whether tooltips should be repositioned "in-place". (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ResizeColumnsWithContext | Gets or sets a value that indicates how to resize columns. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ResizeRowsWithContext | Gets or sets a value that indicates how to resize rows. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Right | Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (Inherited from System.Windows.Forms.Control) |
![]() | RightToLeft | Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Inherited from System.Windows.Forms.Control) |
![]() | RowHeightMode | Gets or sets a value that indicates how to resize rows. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | RowPageCount | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | RowsOnPage | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | RowVisualStyle | Gets or sets Visual Style for rows. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ScrollByRowIndex | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ScrollToFocusedItemOnSort | Gets or sets a value that indicates whether to scroll the grid to currently focused item when the grid has been sorted. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SelectAllArea | Gets bounding rectangle of "Select All" area. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SelectAllVisualStyle | Gets or sets Visual Style of "Select All" area. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SelectedColumns | Gets collection of currently selected columns. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Selection | Gets collection of selection ranges. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SelectionBorderAppearance | Gets or sets a value that specifies appearance of border that is drawn around selected cells. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SelectionBorderColor | Gets or sets a color of selection border. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SelectionFillStyle | Gets or sets a value that indicates how to fill current selection. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SelectionFrameWidth | Gets or sets width of selection frame. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SelectionRanges | Gets collection of selection ranges. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SelectionType | Gets or sets the value indicating selection type (mode). (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ShowContextMenuOnMouseDown | Gets or set the value indicating that a context menu should be displayed when the right mouse button is down. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ShowGroupBox | Gets or sets the value that indicates whether to show Group By box. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ShowHeader | Gets or sets a value that indicates whether to show or hide the column header. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ShowMargin | Gets or sets a value that indicates whether to show or hide the left margin (row headers). (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ShowRowNumbers | Gest or sets the value that indicates whether to display row numbers in row headers. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ShowTooltips | Gets or sets a value that indicates whether to show tooltips. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SingleRowSelection | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Site | Gets or sets the site of the control. (Inherited from System.Windows.Forms.Control) |
![]() | Size | Gets or sets the height and width of the control. (Inherited from System.Windows.Forms.Control) |
![]() | SortedAZ | Gets or sets an image that displayed on Filter button when column is sorted AZ. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SortedColumn | Gets currently sorted column. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SortedColumnBackColor | Gets or sets a color that is used to fill background of cells in sorted column. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SortedZA | Gets or sets an image that displayed on Filter button when column is sorted ZA. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | TabIndex | Gets or sets the tab order of the control within its container. (Inherited from System.Windows.Forms.Control) |
![]() | TabStop | Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Inherited from System.Windows.Forms.Control) |
![]() | Tag | Gets or sets the object that contains data about the control. (Inherited from System.Windows.Forms.Control) |
![]() | Text | Gets or sets the text associated with this control. (Inherited from System.Windows.Forms.Control) |
![]() | ToolTipControl | Gets a reference to tooltip control. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | TooltipReshowDelay | Gets or sets re-show delay for tooltips. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Top | Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (Inherited from System.Windows.Forms.Control) |
![]() | TopLevelControl | Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost System.Windows.Forms.Form that the control is contained in. (Inherited from System.Windows.Forms.Control) |
![]() | TotalColumWidth | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | TotalPreviewWidth | Internal. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | TotalRowHeight | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | TotalVisibleColumns | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | TotalVisibleRows | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | UseAlternateVisualStyle | Gets or set a value indicating that the Grid control should display non-even rows with different style. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | UseControlBarsColors | Gets or sets a value indicating whether to adjust visual style colors to match current Windows color theme. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | UseWaitCursor | Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Inherited from System.Windows.Forms.Control) |
![]() | VertScrollBar | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Visible | Gets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from System.Windows.Forms.Control) |
![]() | VisibleColumns | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | VisibleColumnsOnPage | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | VisibleRowsOnPage | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Width | Gets or sets the width of the control. (Inherited from System.Windows.Forms.Control) |
Name | Description | |
---|---|---|
![]() | CanEnableIme | Gets a value indicating whether the System.Windows.Forms.Control.ImeMode property can be set to an active value, to enable IME support. (Inherited from System.Windows.Forms.Control) |
![]() | CanRaiseEvents | Determines if events can be raised on the control. (Inherited from System.Windows.Forms.Control) |
![]() | CreateParams | Gets the required creation parameters when the control handle is created. (Inherited from System.Windows.Forms.Control) |
![]() | DefaultCursor | Gets or sets the default cursor for the control. (Inherited from System.Windows.Forms.Control) |
![]() | DefaultImeMode | Gets the default Input Method Editor (IME) mode supported by the control. (Inherited from System.Windows.Forms.Control) |
![]() | DefaultMargin | Gets the space, in pixels, that is specified by default between controls. (Inherited from System.Windows.Forms.Control) |
![]() | DefaultMaximumSize | Gets the length and height, in pixels, that is specified as the default maximum size of a control. (Inherited from System.Windows.Forms.Control) |
![]() | DefaultMinimumSize | Gets the length and height, in pixels, that is specified as the default minimum size of a control. (Inherited from System.Windows.Forms.Control) |
![]() | DefaultPadding | Gets the internal spacing, in pixels, of the contents of a control. (Inherited from System.Windows.Forms.Control) |
![]() | DefaultSize | Gets the default size of the control. (Inherited from System.Windows.Forms.Control) |
![]() | DesignMode | (Inherited from System.ComponentModel.Component) |
![]() | DoubleBuffered | Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. (Inherited from System.Windows.Forms.Control) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
![]() | FontHeight | Gets or sets the height of the font of the control. (Inherited from System.Windows.Forms.Control) |
![]() | ImeModeBase | Gets or sets the IME mode of a control. (Inherited from System.Windows.Forms.Control) |
![]() | ResizeRedraw | Gets or sets a value indicating whether the control redraws itself when resized. (Inherited from System.Windows.Forms.Control) |
![]() | ScaleChildren | Gets a value that determines the scaling of child controls. (Inherited from System.Windows.Forms.Control) |
Name | Description | |
---|---|---|
![]() | AddGroupByColumn | Adds a column to a Group By box. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | AddNewRow | Adds a new row to collection of rows. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | AdjustGridColumns | Recalculates bounds of column headers. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | AdjustGroupBoxLayout | Adjusts layout of Group By box. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | AdjustLayout | Overloaded. Adjusts layout of grid control. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | AdjustTextBoxSize | Adjusts size of text box when size of text exceeds size of text box and the text box can be extended to overlap adjoining cells. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | AlignScrollBars | Aligns scroll bars at the edges of Grid control. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ApplyBorderStyleToSelection | Applies border style to selected items. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ApplyBorderStyleToSelectionRange | Applies border style to range of items. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ApplyControlBarsColors | Corrects Visual Style colors to match them with current Windows color theme. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ApplyVisualStyleToSelection | Applies specified Visual Style to all selected data items. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | AutoResizeColumns | Causes all columns to be resized according to current AutoSizeColumnMode. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | BeginInit | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | BeginInvoke | Overloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control) |
![]() | BringToFront | Brings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control) |
![]() | CalcCellRects | Calculates cell bounding rectangles in specified range. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CalcColumnName | Calculates a column name from the given index. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CellFromPoint | Returns a reference to cell containing the given (in client coordinates) point. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ClearDataInRange | Clears data in specified range. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ClearFilter | Overloaded. Clears filter within specified range. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ClearSelectedData | Clears data within selection. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ClearSelection | Removes current selection. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ColumnFromDataIndex | Returns a column from data index. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ColumnFromPoint | Returns a column containing the specified point. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | 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 visible control, including the creation of the handle and any visible child controls. (Inherited from System.Windows.Forms.Control) |
![]() | CreateData | Creates data storage for Grid control. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CreateGraphics | Creates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control) |
![]() | 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) |
![]() | DeleteRowsInSelectionRange | Deletes all rows in specified range. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DeleteSelectedRows | Deletes all selected rows. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DeserializeVisualStyles | Takes an XML, which was created previously by SerializeVisualStyles and applies its color scheme to the Grid. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DisplayInsertionMark | Displays insertion marker at the current mouse position when a column header is being dragged over the grid header or Group By box. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Dispose | Overloaded. Overridden. |
![]() | DoDragDrop | Begins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control) |
![]() | DrawCellBorders | Called by the painting code to draw cell borders. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawCellsData | Called by the painting code to render data of all cells in the Grid visible area. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawCellSelection | Called by painting code to draw cell selection. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawColumnHeader | Called by painting code to draw column header. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawColumnHeaderOnFieldChooser | Draws a column header on Field Chooser window. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawExpandingBox | Called by painting code to draw expanding box. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawFilterButton | Called by painting code to draw filter button. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawMarginCell | Called to draw a left margin cell (row header). (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawMarginCellBorder | Draws border of left margin cell (row header). (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawMarginCellText | Called to draw left margin (row header) text . (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawPreviewPane | Called to draw Preview Pane. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawToBitmap | Supports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control) |
![]() | EndDragColumn | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | EndEditCell | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | EndInit | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | EndInvoke | Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control) |
![]() | ExitEditMode | Finishes editing. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ExportToHTML | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ExtendRangeOnMergedCells | Checks if there are any merged cell in the range and if one or more merged cells are partially covered, extends the range to cover them completely. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FillCellBackground | Draws cell background. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FillCellsBackground | Fills background of all cells. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FillExtraGridArea | Fills grid area not covered by cells. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FillExtraHeaders | Fills grid area not covered by column and row headers. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FillGridBkArea | Fills grid background. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FillMarginCellInterior | Fills interior of a margin cell (row header) (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FindColumnIndicatingSortStatusByCellBackColor | Looks for a column with IndicateSortStatusByCellBkColor property set to true. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FindForm | Retrieves the form that the control is on. (Inherited from System.Windows.Forms.Control) |
![]() | FindLastFrozenColumnIndex | Not implemented. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Focus | Sets input focus to the control. (Inherited from System.Windows.Forms.Control) |
![]() | FormatAlignmentFromGridContentAlignment | Overloaded. Converts GridContentAlignmentFlags to TextFormatFlags. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetAdjoiningDataItem | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetCell | Returns a cell located at the specified column and row position. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetCellState | Returns cell state. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetChildAtPoint | Overloaded. Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (Inherited from System.Windows.Forms.Control) |
![]() | GetColumnPageCount | Calculates how many columns located on page. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetColumnsInRange | Returns collection of columns located in selection range. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetContainerControl | Returns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control) |
![]() | GetDataItem | Overloaded. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetDataItemLocation | Returns location (column; row) of data item. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetDataItemVisualStyle | Returns Visual Style of GridDataItem merged with all layers (row and column layers). (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetDataView | |
![]() | GetDefaultGroupBoxSize | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetFilterImage | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetGroupItemHeight | Returns height of Group row. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetHeaderHeight | Calculates column header height. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetLastRowAndColumnOnPage | Returns references to last visible row and column on page. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | GetMarginWidth | Calculates left margin (row header) width. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetNextControl | Retrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control) |
![]() | GetNextVisibleColumn | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetNextVisibleColumnIndex | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetNextVisibleRow | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetObjectData | Serializes a grid control. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetPreferredSize | Retrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control) |
![]() | GetPreviewPaneVisualStyle | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetRowExtraHeight | Returns row extra height. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetRowHeight | Overloaded. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetRowPageCount | Calculates how many rows located on grid page. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetToolTipData | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetTotalColumnWidth | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetTotalRowHeight | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetVisibleColumnCount | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | GetVisibleRangeRect | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | HandleTooltips | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Hide | Conceals the control from the user. (Inherited from System.Windows.Forms.Control) |
![]() | HorzAlignmentFromGridContentAlignment | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | InsertGroupByColumn | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Invalidate | Overloaded. 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. (Inherited from System.Windows.Forms.Control) |
![]() | Invoke | Overloaded. Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from System.Windows.Forms.Control) |
![]() | IsColumnInSelectionRange | Overloaded. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | IsColumnSelected | Overloaded. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | IsExpandBoxClicked | Determines whether specified point is located within expand box. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | IsMergedCellInRange | Checks whether a merged data item is in range. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | IsRangeSelected | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | IsRowInSelectionRange | Determines whether a row identified by index is in selection range. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | IsRowSelected | Determines whether a row is seleted. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ItemFromPoint | Returns a GridDataItem object located at the specified point. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Load | Loads a Grid content from a stream. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | LoadDefaultFilterImages | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | MarginCellFromPoint | Returns a margin cell (row header) containing the specified point. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | MergeCells | Merges cells (data items) in the specified range. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | MergeSelectedCells | Overloaded. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | OnDrawGridCellBackground | Overloaded. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | PerformLayout | Overloaded. 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) |
![]() | RaiseCalcExpandBoxRectEvent | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | RangeContainsDifferentFontHeights | Determines whether Visual Styles of cells in the specified range contain different font heights. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | RangeContainsMergedCells | Determines whether the specified range contains merged cells. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | RangeToFullRange | Converts specified range to a full range. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | RecalcCellRects | Rebuilds list of visible grid cells and margin (row header) cells and recalculates their bounding rectangles. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | 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) |
![]() | RedrawCell | Redraws a cell. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control) |
![]() | RefreshColumns | Recreates columns from data source. |
![]() | RefreshColumnsAndRows | Recreates columns and rows from data source. |
![]() | RefreshRows | Reads rows from data source. |
![]() | RemoveAllGroupByColumns | Removes all columns from Group By box. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | RemoveGroupByColumn | Remove a cloumn from Group By box. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ResetColumnPageCount | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ResetHeaderHeight | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ResetRowPageCount | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ResetRowPreviewHeight | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ResetText | Resets the System.Windows.Forms.Control.Text property to its default value. (Inherited from System.Windows.Forms.Control) |
![]() | ResetTotalColumnWidth | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ResetTotalRowHeight | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ResetTotalVisibleColumnCount | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ResetTotalVisibleRowCount | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ResetVisualStyles | Overridden. Overridden. Modifies default visual styles that has been set for the base grid control. |
![]() | ResumeLayout | Overloaded. Resumes usual layout logic. (Inherited from System.Windows.Forms.Control) |
![]() | RetrieveCellVisualStyle | Returns visual style of specified cell. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Save | Saves Grid content to a stream. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Scale | (Inherited from System.Windows.Forms.Control) |
![]() | ScrollToColumn | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ScrollToItem | Overloaded. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Select | Overloaded. Activates the control. (Inherited from System.Windows.Forms.Control) |
![]() | SelectAll | Selects all columns in a Grid control. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SelectionRangeToPoints | Helper method that converts a selection range to points in format [column, row]. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | 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) |
![]() | SerializeVisualStyles | Serializes current Visual settings to a stream. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SetBounds | Overloaded. Sets the bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control) |
![]() | SetColumnFromDataTable | Adds columns to Grid control from DataTable. |
![]() | SetFilter | Overloaded. Applies a filter to a column in the specified range. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SetFocusedItem | Focuses an item located at the specified point. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SetHighlightedCell | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SetHighlightedColumn | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SetHighlightedMarginCell | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SetInitializedFlag | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SetPressedCell | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SetRowsFromDataTable | Adds rows from the specified DataTable to Grid control. |
![]() | SetVisualStyle | Overloaded. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ShouldSerializeGroupBoxBackColor | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Show | Displays the control to the user. (Inherited from System.Windows.Forms.Control) |
![]() | ShowContextMenu | Raises ContextMenuNeeded event and displays a context menu returned from the handler. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Sort | Sorts the specified column. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SuspendLayout | Temporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control) |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
![]() | UnMergeCells | Unmerges all merged cells in range. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | UnMergeSelectedCells | Overloaded. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Update | Causes the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control) |
![]() | UpdateColumnDataIndexes | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | UpdateContentHeight | (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | UpdateDataItem | Updates a GridDataItem object with a new data. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | UpdateMergedCells | Overloaded. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | UpdateMergedCellSize | (Inherited from BCGSoft.Controls.Grid.GridControl) |
Name | Description | |
---|---|---|
![]() | AfterPrintPage | Raised when next page has been printed. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | AllowUserToAddRowsChanged | Raised when AllowUserToAddRows property has changed. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | BackColorChanged | Occurs when the value of the System.Windows.Forms.Control.BackColor property changes. (Inherited from System.Windows.Forms.Control) |
![]() | BackgroundImageChanged | Occurs when the value of the System.Windows.Forms.Control.BackgroundImage property changes. (Inherited from System.Windows.Forms.Control) |
![]() | BackgroundImageLayoutChanged | Occurs when the System.Windows.Forms.Control.BackgroundImageLayout property changes. (Inherited from System.Windows.Forms.Control) |
![]() | BeforePrintPage | Raised before Grid control begins to print next page. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | BindingContextChanged | Occurs when the value of the System.Windows.Forms.BindingContext property changes. (Inherited from System.Windows.Forms.Control) |
![]() | CalcExpandBoxRect | Raised when Grid control needs to calculate bounding rectangle of expand box. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CausesValidationChanged | Occurs when the value of the System.Windows.Forms.Control.CausesValidation property changes. (Inherited from System.Windows.Forms.Control) |
![]() | CellBeginEdit | Raised when a cell is about to be edited. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CellEditControlMouseDown | Raised when the user presses a mouse button within edit control. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CellEditControlMouseUp | Raised when the user releases a mouse button within edit control. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CellEditControlMouseWheel | Raised when the user rotates mouse wheel within edit control of edit cell. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CellEndEdit | Raised when editing of cell has finished. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CellExecuteCommand | Raised to execute a command associated with a cell. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CellMouseDoubleClick | Raised when the used double clicks a cell. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CellMouseDown | Raised when the user presses a mouse button when the mouse pointer is over a cell. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CellMouseEnter | Raised when the mouse pointer enters a cell. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CellMouseLeave | Raised when the mouse pointer leaves a cell. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CellMouseMove | Raised when the user moves the mouse over a cell. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CellMouseUp | Raised when the user releases a mouse button when the mouse pointer is over a cell. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CellValueNeeded | Raised in Virtual Mode when the Grid control needs to display a data in a cell. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CellValuePushed | Raised in Virtual Mode when the user has finished cell editing. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ChangeUICues | Occurs when the focus or keyboard user interface (UI) cues change. (Inherited from System.Windows.Forms.Control) |
![]() | Click | Occurs when the control is clicked. (Inherited from System.Windows.Forms.Control) |
![]() | ClientSizeChanged | Occurs when the value of the System.Windows.Forms.Control.ClientSize property changes. (Inherited from System.Windows.Forms.Control) |
![]() | ColumnDividerDoubleClick | Raised when user double clicks column divider. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ContextMenuChanged | Occurs when the value of the System.Windows.Forms.Control.ContextMenu property changes. (Inherited from System.Windows.Forms.Control) |
![]() | ContextMenuNeeded | Raised when grid needs to display a context menu. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | ContextMenuStripChanged | Occurs when the value of the System.Windows.Forms.Control.ContextMenuStrip property changes. (Inherited from System.Windows.Forms.Control) |
![]() | ControlAdded | Occurs when a new control is added to the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control) |
![]() | ControlRemoved | Occurs when a control is removed from the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control) |
![]() | CreateCustomCell | Raised when Grid encounters a GridDataItem with DataType set to GridDataType.Custom. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | CursorChanged | Occurs when the value of the System.Windows.Forms.Control.Cursor property changes. (Inherited from System.Windows.Forms.Control) |
![]() | DataItemEndEdit | Raised when user has finished to edit GridDataItem. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DataItemUpdated | Raised when GridDataItem.ItemData has been updated. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DeserializeVisualStyle | Raised when a Visual Style has been deserialized and applied to a Grid control. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | DockChanged | Occurs when the value of the System.Windows.Forms.Control.Dock property changes. (Inherited from System.Windows.Forms.Control) |
![]() | DoubleClick | Occurs when the control is double-clicked. (Inherited from System.Windows.Forms.Control) |
![]() | DragDrop | Occurs when a drag-and-drop operation is completed. (Inherited from System.Windows.Forms.Control) |
![]() | DragEnter | Occurs when an object is dragged into the control's bounds. (Inherited from System.Windows.Forms.Control) |
![]() | DragLeave | Occurs when an object is dragged out of the control's bounds. (Inherited from System.Windows.Forms.Control) |
![]() | DragOver | Occurs when an object is dragged over the control's bounds. (Inherited from System.Windows.Forms.Control) |
![]() | DrawColumnHeaderFilterButton | Raised when it's required to draw Filter button on a column header. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawExpandBox | Raised when it's required to draw an expand box. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawGridCellBackground | Raised when it's required fill background of grid cell. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawGridCellBorders | Raised when it's required to draw cell borders. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawGridCellData | Raised when it's required to display cell's data. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawGridCellGap | Raised when it's required to fill the left gap between a cell and left border in Group Mode. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawGridCellSelection | Raised when it's required to draw cell selection. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawGridColumnHeader | Raised when it's required to draw a column header. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawGridPreviewPane | Raised when it's required to draw Preview Pane. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawGroupRowData | Raised when it's required to draw data of a Group row (in Group Mode). (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DrawSelectionBorder | Raised when it's required to draw selection border. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DropColumnOnGroupArea | Raised when a column is dropped on Group By box in group mode. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DropColumnOnHeader | Raised when a column is dropped on header after drag and drop operation. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DropColumnOutsideGroupAndHeader | Raised when a column is dropped outside the column header and Group By box. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | DropGroupColumnOutsideGroupArea | Raised when a group column (column that dragged from Group By box) is dropped outside Group By box. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | EnabledChanged | Occurs when the System.Windows.Forms.Control.Enabled property value has changed. (Inherited from System.Windows.Forms.Control) |
![]() | Enter | Occurs when the control is entered. (Inherited from System.Windows.Forms.Control) |
![]() | FillGridAreaBackground | Called when it's required to paint grid area background. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FillGridControlBackground | Raised when it's required to fill Grid control background. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Filter | Raised when Grid control filters rows. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FilterMenuNeeded | Raised when the user clicks the Filter button and it's required to display filter menu. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FocusedItemChanged | Raised when current focused item has changed. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | FontChanged | Occurs when the System.Windows.Forms.Control.Font property value changes. (Inherited from System.Windows.Forms.Control) |
![]() | ForeColorChanged | Occurs when the System.Windows.Forms.Control.ForeColor property value changes. (Inherited from System.Windows.Forms.Control) |
![]() | GiveFeedback | Occurs during a drag operation. (Inherited from System.Windows.Forms.Control) |
![]() | GotFocus | Occurs when the control receives focus. (Inherited from System.Windows.Forms.Control) |
![]() | HandleCreated | Occurs when a handle is created for the control. (Inherited from System.Windows.Forms.Control) |
![]() | HandleDestroyed | Occurs when the control's handle is in the process of being destroyed. (Inherited from System.Windows.Forms.Control) |
![]() | HelpRequested | Occurs when the user requests help for a control. (Inherited from System.Windows.Forms.Control) |
![]() | ImeModeChanged | Occurs when the System.Windows.Forms.Control.ImeMode property has changed. (Inherited from System.Windows.Forms.Control) |
![]() | Invalidated | Occurs when a control's display requires redrawing. (Inherited from System.Windows.Forms.Control) |
![]() | KeyDown | Occurs when a key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control) |
![]() | KeyPress | Occurs when a character. space or backspace key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control) |
![]() | KeyUp | Occurs when a key is released while the control has focus. (Inherited from System.Windows.Forms.Control) |
![]() | Layout | Occurs when a control should reposition its child controls. (Inherited from System.Windows.Forms.Control) |
![]() | Leave | Occurs when the input focus leaves the control. (Inherited from System.Windows.Forms.Control) |
![]() | LocationChanged | Occurs when the System.Windows.Forms.Control.Location property value has changed. (Inherited from System.Windows.Forms.Control) |
![]() | LostFocus | Occurs when the control loses focus. (Inherited from System.Windows.Forms.Control) |
![]() | MarginChanged | Occurs when the control's margin changes. (Inherited from System.Windows.Forms.Control) |
![]() | MouseCaptureChanged | Occurs when the control loses mouse capture. (Inherited from System.Windows.Forms.Control) |
![]() | MouseClick | Occurs when the control is clicked by the mouse. (Inherited from System.Windows.Forms.Control) |
![]() | MouseDoubleClick | Occurs when the control is double clicked by the mouse. (Inherited from System.Windows.Forms.Control) |
![]() | MouseDown | Occurs when the mouse pointer is over the control and a mouse button is pressed. (Inherited from System.Windows.Forms.Control) |
![]() | MouseEnter | Occurs when the mouse pointer enters the control. (Inherited from System.Windows.Forms.Control) |
![]() | MouseHover | Occurs when the mouse pointer rests on the control. (Inherited from System.Windows.Forms.Control) |
![]() | MouseLeave | Occurs when the mouse pointer leaves the control. (Inherited from System.Windows.Forms.Control) |
![]() | MouseMove | Occurs when the mouse pointer is moved over the control. (Inherited from System.Windows.Forms.Control) |
![]() | MouseUp | Occurs when the mouse pointer is over the control and a mouse button is released. (Inherited from System.Windows.Forms.Control) |
![]() | MouseWheel | Occurs when the mouse wheel moves while the control has focus. (Inherited from System.Windows.Forms.Control) |
![]() | Move | Occurs when the control is moved. (Inherited from System.Windows.Forms.Control) |
![]() | PaddingChanged | Occurs when the control's padding changes. (Inherited from System.Windows.Forms.Control) |
![]() | Paint | Occurs when the control is redrawn. (Inherited from System.Windows.Forms.Control) |
![]() | ParentChanged | Occurs when the System.Windows.Forms.Control.Parent property value changes. (Inherited from System.Windows.Forms.Control) |
![]() | PreviewKeyDown | Occurs before the System.Windows.Forms.Control.KeyDown event when a key is pressed while focus is on this control. (Inherited from System.Windows.Forms.Control) |
![]() | QueryAccessibilityHelp | Occurs when System.Windows.Forms.AccessibleObject is providing help to accessibility applications. (Inherited from System.Windows.Forms.Control) |
![]() | QueryContinueDrag | Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. (Inherited from System.Windows.Forms.Control) |
![]() | RegionChanged | Occurs when the value of the System.Windows.Forms.Control.Region property changes. (Inherited from System.Windows.Forms.Control) |
![]() | Resize | Occurs when the control is resized. (Inherited from System.Windows.Forms.Control) |
![]() | RightToLeftChanged | Occurs when the System.Windows.Forms.Control.RightToLeft property value changes. (Inherited from System.Windows.Forms.Control) |
![]() | RowDividerDoubleClick | Raised when user double clicks a row divider. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SelectionChanged | Raised when current selection has changed. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | SizeChanged | Occurs when the System.Windows.Forms.Control.Size property value changes. (Inherited from System.Windows.Forms.Control) |
![]() | SortedColumnChanged | Raised when sorted column has changed. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | StyleChanged | Occurs when the control style changes. (Inherited from System.Windows.Forms.Control) |
![]() | SystemColorsChanged | Occurs when the system colors change. (Inherited from System.Windows.Forms.Control) |
![]() | TabIndexChanged | Occurs when the System.Windows.Forms.Control.TabIndex property value changes. (Inherited from System.Windows.Forms.Control) |
![]() | TabStopChanged | Occurs when the System.Windows.Forms.Control.TabStop property value changes. (Inherited from System.Windows.Forms.Control) |
![]() | TextChanged | Occurs when the System.Windows.Forms.Control.Text property value changes. (Inherited from System.Windows.Forms.Control) |
![]() | TooltipDataNeeded | Raised when a Grid control needs to display a tooltip. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | UserAddedRow | Raised for data bound grids when user has added a new row. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | UserDeletedRow | Raised in when user has deleted a row. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | UserDeletingRow | Raised when a row is about to be deleted. (Inherited from BCGSoft.Controls.Grid.GridControl) |
![]() | Validated | Occurs when the control is finished validating. (Inherited from System.Windows.Forms.Control) |
![]() | Validating | Occurs when the control is validating. (Inherited from System.Windows.Forms.Control) |
![]() | VisibleChanged | Occurs when the System.Windows.Forms.Control.Visible property value changes. (Inherited from System.Windows.Forms.Control) |