menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Namespace Syncfusion.Windows.Forms.Grid - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Namespace Syncfusion.Windows.Forms.Grid

    Classes

    ClipboardCopyToBufferEventArgs

    Provides data about the ClipboardCopyToBuffer: events.

    CommandStackFilterChanged

    Implements the functionality to create the command stack filter.

    CommandStackGroupChanged

    Implements the functionality to create the Command Stack Grouping.

    CommentTipShowingEventArgs

    Provides data for the CommentTipShowing event.

    CommentTipShownEventArgs

    Provides data for the CommentTipShown event.

    CommentTipWindow

    Provides the Excel-like comment tip UI for displaying the comment tip of the grid cells.

    DrawCommentIndicatorEventArgs

    Provides data for the DrawCommentIndicator event.

    FieldChooserClosedEventArgs

    Provides data for FieldChooserClosed event which occurs after the FieldChooser dialog Closed in Column Header.

    FieldChooserClosingEventArgs

    Provides data for FieldChooserClosing event which occurs before the FieldChooser dialog Closing in column header.

    FieldChooserShowingEventArgs

    Provides data for FieldChooserShowing event which occurs before the FieldChooser dialog showing in column header.

    FieldChooserShownEventArgs

    Provides data for FieldChooserShown event which occurs after the FieldChooser dialog shown in column header

    FilterBarSelectionChangedEventArgs

    Provides data for GridGroupingControl.FilterBarSelectionItemChanged event which occurs after an item selected through the filtered dropdown.

    FilterBarSelectionChangingEventArgs

    Provides data for GridGroupingControl.FilterBarSelectionItemChanging event which occurs when an item selected through the filtered dropdown.

    GridActivateToolTipEventArgs

    Provides data for the row and column in which the tooltip occurs and for the ActivateToolTip event.

    GridAwareTextBox

    Provides support for dynamically displays and edits the contents of the CurrentCell of a grid.

    GridBanneredCellPool

    Implements storage for bannered cells in the grid and allows a fast way to look up if a specific cell is part of a bannered range.

    GridBanneredRangesChangedEventArgs

    Provides data about the BanneredRangesChanged event.

    GridBanneredRangesChangingEventArgs

    Provides data about the cancelable BanneredRangesChanging event.

    GridBaseCellModelFactory

    GridCellModelFactory creates GridCellModelBase objects to be used in a GridModel.

    GridBaseStyle

    Implements the functionalities that represents base styles in the grid. A base style has a name and holds the GridStyleInfo object with style information. Cells in the grid can reference a base style with BaseStyle.

    GridBaseStyleCollection

    Implements a collection that stores GridBaseStyle objects.

    GridBaseStyleCollection.GridBaseStyleEnumerator

    Implements a strongly typed enumerator for GridBaseStyleCollection.

    GridBaseStyleCollectionEditor

    Provides a collection editor that is tailored to adding, removing, and changing base styles from the BaseStylesMap in a GridModel.

    GridBaseStyleConverter

    Defines a class that provides a type converter to convert expandable objects to and from various other representations.

    GridBaseStyleNameConverter

    Defines a class System.ComponentModel.TypeConverter for the BaseStyle property of the GridStyleInfo class.

    GridBaseStylesMap

    Implements the functionalities that holds a collection of base styles for a grid and lets you add, remove, and change base styles.

    GridBorder

    Defines and implements the immutable class that holds formatting information for individual borders of a cell.

    GridBorderCodeDomSerializer

    Defines and implements the class that serializes an object graph to a series of CodeDOM statements which inherits System.ComponentModel.Design.Serialization.CodeDomSerializer for GridBorder.

    GridBorderConverter

    Defines and implements the class that converts the border from one data type to another. This class is accessed via TypeDescriptor.

    GridBorderPaint

    Implements the method that provides the rectangle routine for drawing a GridBorder.

    GridBordersInfo

    Defines the class that provides a GridStyleInfoSubObject object for borders in a cell. Each border side of the cell can be configured individually with a GridBorder value. Border sides that have not been initialized will inherit default values from a base style.

    GridBordersInfoStore

    Defines and implements the class that stores data for the GridBordersInfo object.

    GridBoundColumn

    GridBoundColumn provides information for a column to be used in a GridDataBoundGrid. GridBoundColumn can be customized with the visual studio designer where you can change header text, mapping name, and formatting of a column.

    GridBoundColumnsCollection

    Represents a collection of GridBoundColumn objects in the GridDataBoundGrid control.

    GridBoundColumnsCollectionEditor

    Provides a collection editor that is tailored to adding and removing GridBoundColumn objects from the GridBoundColumns collection in a GridDataBoundGrid.

    GridBoundRecordState

    Holds information about the hierarchy level and the record displayed at a specific row. Each row in the grid is associated with a GridBoundRecordState. Use the GetRecordStateAtRowIndex(Int32) to get access to state information of a row.

    GridCellBaseTextInfo

    Provides additional hints about a call to GetFormattedText(Object), or ApplyFormattedText(String).

    GridCellButton

    Defines a cell button element to be used with a cell renderer. A cell renderer can have several cell button elements. Examples are numeric up and down buttons, combo box buttons, etc..

    GridCellButtonClickedEventArgs

    Provides data about the cancelable CellButtonClicked event when the user clicks on a cell button element inside a cell.

    GridCellButtonStyleInfo

    Represents the class to define the style for GridControl control.

    GridCellButtonStyleInfoIdentity

    Implements the class that provide the identity information of GridCellButtonStyleInfo using StyleInfoSubObjectIdentity.

    GridCellButtonStyleInfoStore

    Provides storage for the GridCellButtonStyleInfo object.

    GridCellCancelEventArgs

    Provides row and column coordinates for cancelable events associated with a specific cell.

    GridCellClickEventArgs

    Provides data about the cancelable CheckBoxClick, CellClick, and CellDoubleClick events.

    GridCellCollection

    Derives from SFArrayList and provides a strongly-typed Add(GridStyleInfoStore) method and a strongly typed indexer (Item[Int32]).

    GridCellComboBoxButton

    Implements a cell button element that looks like a combo box button. Typically used with GridComboBoxCellRenderer and GridDropDownCellRenderer.

    GridCellContextValue

    Provides storage for a value that can only be associated with one specific cell. Optimal for shared cell objects where only one cell will create events at a time. Other cells will have a default value instead.

    GridCellCursorEventArgs

    Provides data about the cancelable CellCursor event.

    GridCellEventArgs

    Provides row and column coordinates for events associated with a specific cell.

    GridCellHandledEventArgs

    Holds row and column coordinates for events that can be marked as handled and are associated with a specific cell.

    GridCellHitTestEventArgs

    Provides data about the cancelable CellHitTest event.

    GridCellHitTestInfo

    This Class saves Hit-Test information for cell renderers and cell button elements.

    GridCellInfo

    Implements a specific cell in the grid.

    GridCellInfoCollection

    A collection that stores 'GridCellInfo' objects.

    GridCellInfoCollection.GridCellInfoEnumerator

    Implements strongly typed enumerator for 'GridCellInfoCollection'

    GridCellInfoTypeConverter

    The type converter for GridCellInfo objects. GridCellInfoTypeConverter is a System.ComponentModel.ExpandableObjectConverter. It overrides the default behavior of the ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) method and adds support for design-time code serialization.

    GridCellLayout

    This class holds layout information and bounds for a cell.

    GridCellModelBase

    Defines the data or model part of a cell type. Settings can be serialized out to a file together with a GridModel.

    GridCellModelCollection

    Implements a collection of GridCellModelBase objects in the GridModel.

    GridCellModelFactory

    GridCellModelFactory creates GridCellModelBase objects to be used in a GridModel.

    GridCellMouseEventArgs

    Provides data about cancelable cell-related mouse events such as CellMouseHoverEnter and CellMouseHoverLeave.

    GridCellPushButtonClickEventArgs

    Provides data about the PushButtonClick event when the user clicks a pushbutton cell.

    GridCellRendererBase

    This is a base class for the renderer part of a cell type.

    GridCellRendererCollection

    Represents a collection of GridCellRendererBase objects in the GridControlBase view.

    GridCellsChangedEventArgs

    Provides data about the CellsChanged event.

    GridCellsChangingEventArgs

    Provides data about the CellsChanging event.

    GridCellSelectionStyleInfo

    Represents the class to define the style for GridControl control.

    GridCellSelectionStyleInfoIdentity

    Implements the class that provide the identity information of GridCellSelectionStyleInfo using StyleInfoSubObjectIdentity.

    GridCellSelectionStyleInfoStore

    Provides storage for the GridCellSelectionStyleInfo object.

    GridCellsInRowCache

    Implements the cache to save the style information of the grid cells.

    GridCellStyleInfo

    Represents the class to define the style for GridControl control.

    GridCellStyleInfoIdentity

    Implements the class that provide the identity information of GridCellStyleInfo using StyleInfoSubObjectIdentity.

    GridCellStyleInfoStore

    Provides storage for the GridCellStyleInfo object.

    GridCellTextEventArgs

    Provides event data for the QueryCellText, SaveCellText, QueryCellFormattedText, or SaveCellFormattedText event.

    GridCellTypeName

    Defines a set of names that can be assigned to a CellType property of a GridStyleInfo.

    GridCellTypeNameConverter

    Implements a System.ComponentModel.TypeConverter class for CellType of the GridStyleInfo class.

    GridCellUIAProvider

    Grid cell provider of UI for automation

    GridCellUpDownButton

    Defines the up / down cell button elements of a GridNumericUpDownCellRenderer.

    GridCellValidateValueInfo

    Defines the class that provides a GridStyleInfoSubObject object for validation of text entry in a cell.

    Each property in this sub object can be configured individually. Properties that have not been initialized will inherit default values from a base style.

    GridCellValidateValueInfoStore

    Implements the data store for the GridCellValidateValueInfo object.

    GridCellValueConvert

    GridCellValueConvert provides conversion routines for cell values to convert them to another type and routines for formatting cell values.

    GridCellValueTypeConverter

    Implements a System.ComponentModel.TypeConverter for the CellValueType property in GridStyleInfo.

    GridChangeCellsCommand

    Holds undo information about a previous ChangeCells(GridRangeInfo, GridStyleInfo[]) operation.

    GridChangeLayoutCellsEventArgs

    For internal use.

    GridCheckBoxCellInfo

    Defines the class that provides a GridStyleInfoSubObject object with options to customize check-box cell type behavior in a cell.

    Each property in this sub object can be configured individually. Properties that have not been initialized will inherit default values from a base style.

    GridCheckBoxCellInfoStore

    Implements the data store for the GridCheckBoxCellInfo object.

    GridCheckBoxCellModel

    Implements the data / model part for a check box cell.

    GridCheckBoxCellRenderer

    Implements the renderer part for a check box cell.

    GridCheckBoxCellStyleInfo

    Represents the class to define the style for GridControl control.

    GridCheckBoxCellStyleInfoIdentity

    Implements the class that provide the identity information of GridCheckBoxCellStyleInfo using StyleInfoSubObjectIdentity.

    GridCheckBoxCellStyleInfoStore

    Provides storage for the GridCheckBoxCellStyleInfo object.

    GridClearingCellsEventArgs

    Provides data about the ClearingCells events.

    GridClickCellsMouseController

    This MouseController handles mouse events for cell elements. In its HitTest method, the cell renderer for the cell under the mouse cursor is determined and based on the cell renderer's HitTest result, mouse events will be forwarded to that cell.

    GridColHidden

    ColHiddens are managed by the GridColHiddenCollection.

    GridColHiddenCollection

    Implements a collection of GridColHidden items with information about column hidden state.

    GridColHiddenCollectionEnumerator

    Enumerator class for GridColHidden elements of a GridColHiddenCollection.

    GridColHiddenTypeConverter

    Implements the type converter for GridColHidden objects. GridColHiddenTypeConverter is a System.ComponentModel.ExpandableObjectConverter. It overrides the default behavior of the ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) method and adds support for design-time code serialization.

    GridColWidth

    ColWidths are managed by the GridColWidthCollection.

    GridColWidthCollection

    Implements a collection of GridColWidth items with information about column widths.

    GridColWidthCollectionEnumerator

    Enumerator class for GridColWidth elements of a GridColWidthCollection.

    GridColWidthTypeConverter

    implements the type converter for GridColWidth objects. GridColWidthTypeConverter is a System.ComponentModel.ExpandableObjectConverter. It overrides the default behavior of the ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) method and adds support for design-time code serialization.

    GridComboBoxCellModel

    Implements the data or model part for a combo box cell.

    GridComboBoxCellRenderer

    Implements the renderer part of a combo box cell.

    GridComboBoxCellStyleInfo

    Represents the class to define the style for GridControl control.

    GridComboBoxCellStyleInfoIdentity

    Implements the class that provide the identity information of GridComboBoxCellStyleInfo using StyleInfoSubObjectIdentity.

    GridComboBoxCellStyleInfoStore

    Provides storage for the GridComboBoxCellStyleInfo object.

    GridComboBoxListBoxHelper

    For internal use.

    GridComboBoxListBoxPart

    Implements the list box that can be displayed in a drop-down window for a combo box. Handles autoscrolling and resize to fit contents.

    GridCommentTipInfo

    Implements the functionalities that provides a StyleInfoSubObjectBase object for CommentTip properties in a cell.

    Each property in this sub object can be configured individually. Properties that have not been initialized will inherit default values from a base style.

    GridCommentTipInfoStore

    Implements the data store for the GridCommentTipInfo object.

    GridConstants

    Implements various integer constants to be used throughout the grid.

    GridControl

    GridControl provides a simplified way to use a grid control and model in one place.

    GridControlBase

    Implements a grid control that displays a grid model.

    GridControlBaseImp

    Implements a grid control that displays a grid model.

    GridControlInfoSubObjectIdentity

    Represents a class that provides style identity information for nested objects of the GridControlVisualStyle class.

    GridControlStyleInfoIdentity

    Represents a class that provides style identity information for nested objects of the GridControlVisualStyle class.

    GridControlStyleInfoStore

    Provides storage for the GridControlVisualStyle object.

    GridControlThemeRenderer

    Implements visual style based look and feel.

    GridControlVisualStyle

    Represents the class to define the style for GridControl control.

    GridCountChangedEventArgs

    Provides data about the HeaderRowCountChanged, FrozenRowCountChanged, HeaderColCountChanged, and FrozenColCountChanged events.

    GridCountChangingEventArgs

    Provides data about the HeaderRowCountChanging, FrozenRowCountChanging, HeaderColCountChanging, and FrozenColCountChanging events.

    GridCoveredCellPool

    Implements the storage for covered cells in the grid and allows a fast way to look up if a specific cell is part of a covered range.

    GridCoveredRangesChangedEventArgs

    Provides data about the CoveredRangesChanged event.

    GridCoveredRangesChangingEventArgs

    Provides data about the cancelable CoveredRangesChanging event.

    GridCurrencyEditInfo

    Implements the functionalities that provides a StyleInfoSubObjectBase object for currency textbox properties in a cell.

    Each property in this sub object can be configured individually. Properties that have not been initialized will inherit default values from a base style.

    GridCurrencyEditInfoStore

    Implements the data store for the GridCurrencyEditInfo object.

    GridCurrencyTextBox

    Adds grid cell-specific keyboard logic to a CurrencyTextBox.

    GridCurrencyTextBoxCellModel

    Implements the data / model part for a Currency cell.

    GridCurrencyTextBoxCellRenderer

    Implements the renderer part of a currency cell that handles currency input and validation.

    GridCurrentCell

    Manages the current cell for a grid. Provides methods for activating, deactivating, and moving the current cell.

    GridCurrentCellActivateFailedEventArgs

    Provides data about the CurrentCellActivateFailed event.

    GridCurrentCellActivatingEventArgs

    Provides data about the cancelable CurrentCellActivating event before the grid activates the specified cell as current cell.

    GridCurrentCellControlKeyMessageEventArgs

    This is called from the current cell control's ProcessKeyMessage method and gives you a chance to modify the default behavior of this method. Be aware that this is a very implementation-specific method and you should only handle this event if KeyDown, KeyUp, CurrentCellKeyDown, or CurrentCellKeyUp events are not good enough.

    GridCurrentCellDeactivatedEventArgs

    Provides data about the CurrentCellDeactivated event.

    GridCurrentCellErrorMessageEventArgs

    Provides event data for the CurrentCellErrorMessage event which notifies you that the current cell validation failed and a message is displayed. You can set e.Cancel = true for the event and display your own custom message box.

    GridCurrentCellInfo

    Implements the functionalities to hold the information about position of current cell, current cell renderer, and last active grid control.

    GridCurrentCellInitializeControlTextEventArgs

    Provides data about the CurrentCellInitializeControlText event.

    GridCurrentCellListItemChangedEventArgs

    Lets you dynamically define the behavior when the grid is notified from the underlying IBindingList that the data for the current records are changed.

    GridCurrentCellMovedEventArgs

    Provides data about the CurrentCellMoved event after the current cell was successfully moved to a new position.

    GridCurrentCellMoveFailedEventArgs

    Provides data about the CurrentCellMoveFailed event when the current cell fails to be moved to a new position.

    GridCurrentCellMovingEventArgs

    Provides data about the cancelable CurrentCellMoving event before the current cell is moved to a new position as a result from a MoveTo(Int32, Int32, GridSetCurrentCellOptions, Boolean) method call.

    GridCurrentCellShowingDropDownEventArgs

    Provides data about the cancelable CurrentCellShowingDropDown event when the grid drops-down the drop-down portion of the current cell.

    GridCurrentCellValidateStringEventArgs

    Provides data about the cancelable CurrentCellValidateString event.

    GridCurrentCellValueCommand

    Holds undo information about the current cells value.

    GridCursors

    Implements the functionalities that provides default cursors for the grid.

    GridCutPasteEventArgs

    Provides data about the CutPaste: Paste() CanPaste() Cut() CanCut() Copy() and CanCopy() events.

    GridData

    Implement this class to hold StyleInfoStore objects with cell specific style properties. Rows and columns are allocated on demand and only for cells that have actual contents will a StyleInfoStore object be allocated.

    GridDataBoundGrid

    Provides support for displaying ADO.NET data and other data sources in a grid. Data will be loaded from the given data source and changes will be written back to the data source.

    GridDataBoundGridModel

    This is the GridDataBoundGridModel class that holds all data information about a GridDataBoundGrid.

    GridDataBoundGridTextDataObjectConsumer

    Implements a DataObject consumer for text data. Will handle data provided in DataFormats.Text and DataFormats.UnicodeText format.

    GridDataBoundIconPaint

    GridDataBoundIconPaint is a helper class for drawing and caching bitmaps from the DataBound.Resources folder of the Grid assembly

    GridDataBoundRowExpandCellButton

    Defines a cell button element that looks like a + and - button for expanding and collapsing nodes in a tree. Typically used with GridDataBoundRowExpandCellRenderer.

    GridDataBoundRowExpandCellModel

    Implements the data / model part for an expandable row header cell in a GridDataBoundGrid. The The expandable row header cell will display a '+' for expanded rows and a '-' for collapsed rows similar to a TreeControl.

    GridDataBoundRowExpandCellRenderer

    Implements the renderer part for an expandable row header cell in a GridDataBoundGrid. The The expandable row header cell will display a '+' for expanded rows and a '-' for collapsed rows similar to a TreeControl.

    GridDataBoundRowHeaderCellModel

    Implements the data / model part for a row header cell in a GridDataBoundGrid. The row header cell will display an arrow for the current row, a star for the append row, and a pencil when the row is being edited.

    GridDataBoundRowHeaderCellRenderer

    Implements the renderer part of a row header cell in a GridDataBoundGrid. The row header cell will display an arrow for the current row, a star for the append row, and a pencil when the row is being edited.

    GridDataBoundTreeCellButton

    Defines a cell button element that looks like a + and - button for expanding and collapsing nodes in a tree. Used with GridDataBoundTreeCellRenderer as it assumes it is in a hierarchical GridDataBoundGrid.

    GridDataBoundTreeCellModel

    Implements the data / model part for an expandable row header cell in a GridDataBoundGrid that displays treelines. It is used exclusively with a hierarchical GridDataBoundGrid. The expandable row header cell will display a '+' for expanded rows and a '-' for collapsed rows similar to a TreeControl.

    GridDataBoundTreeCellRenderer

    Implements the renderer part for an expandable row header cell in a GridDataBoundGrid. The The expandable row header cell will display a '+' for expanded rows and a '-' for collapsed rows with treelines similar to a TreeControl.

    GridDataColStylesIndexer

    Implements access to column styles data.

    GridDataDataObjectConsumer

    Implements a DataObject consumer for serialized GridData. Checks if the provided data are of type GridData.

    GridDataRowStylesIndexer

    Implements access to row styles data.

    GridDataTypeConverter

    For internal use.

    GridDefaultSizeChangedEventArgs

    Provides data about the DefaultRowHeightChanged and DefaultColWidthChanged events.

    GridDefaultSizeChangingEventArgs

    Provides data about the DefaultRowHeightChanging and DefaultColWidthChanging events.

    GridDragColumnHeaderBitmaps

    Provides all information for drawing and caching bitmaps

    GridDragColumnHeaderHelper

    For internal use. Provides all information about the DragColumnHeader.

    GridDragColumnHeaderMouseController

    Mouse controller that provides support for dragging column headers within the grid.

    GridDragColumnHeaderMouseControllerBase

    This is an abstract base class used by GridDragColumnHeaderMouseController. It implements the IMouseController interface to be used with MouseControllerDispatcher and provides common functions for hit-testing and drag and drop functionality used by the derived class.

    GridDragColumnHeaderWindow

    Provides all the information about the Dragging column header window

    GridDragDropFlags

    Defines the Drag-and-drop options used with EnableOleDropTarget(), EnableOleDataSource(), and GridModelCutPaste.

    GridDragSelectMouseController

    Implements the dragging of selected rows or columns in a grid control.

    GridDrawCellBackgroundEventArgs

    Provides data about the cancelable DrawCellBackground event.

    GridDrawCellButtonBackgroundEventArgs

    Provides data about the cancelable DrawCellButtonBackground event.

    GridDrawCellButtonEventArgs

    Provides data about the cancelable DrawCellButton event.

    GridDrawCellDisplayTextEventArgs

    Provides the data for the DrawCellDisplayText event which occurs for every cell before the grid draws the display text for the specified cell.

    GridDrawCellEventArgs

    Provides data about the cancelable DrawCell event.

    GridDrawCurrentCellBorderEventArgs

    Provides data about the DrawCurrentCellBorder event when the grid draws a border around the current cell.

    GridDropDownCellImp

    Implements drop-down cell functionality.

    GridDropDownCellModel

    Implements the data or model part for a drop-down cell.

    GridDropDownCellRenderer

    Defines a base class for the renderer parts of cells that support being dropped-down like a combo box.

    GridDropDownColorUICellModel

    Implements the data / model part of a drop-down color selection cell that lets users drop-down a color selection panel from a cell just like a combo box.

    GridDropDownColorUICellRenderer

    Implements the renderer part of a drop-down color selection cell that lets users drop-down a color selection panel from a cell just like a combo box.

    GridDropDownContainer

    A version of the PopupControlContainer class that implements the IPopupParent interface specific for a GridControlBase.

    GridDropDownEditPartControl

    Implements the text box that is displayed in the user input field for a combo box.

    GridDropDownGridCellModel

    Defines the data / model part of a drop-down grid cell that lets users drop-down a grid from a cell similar to a combo box.

    GridDropDownGridCellRenderer

    Defines the renderer part of a drop-down grid cell that lets users drop-down a grid from a cell just like a combo box.

    GridDropDownGridListControlCellModel

    Defines the model / data part of a drop-down ListControl-like grid.

    GridDropDownGridListControlCellRenderer

    Defines the renderer part of a drop-down ListControl-like grid that lets users drop-down a grid that can be bound to a DataSource of a GridStyleInfo instance and supports auto-complete. Display and value members can be specified with ValueMember and DisplayMember.

    GridDropDownGridListControlPart

    Implements the grid that can be displayed in a drop-down window for a combo box. Handles auto scrolling and resize to fit contents.

    GridDropDownMonthCalendarCellModel

    Defines the data / model part of a month calendar cell that lets users drop-down a calendar and select a date or range of dates.

    GridDropDownMonthCalendarCellRenderer

    Defines the renderer part of a month calendar cell that lets users drop-down a calendar and select a date or range of dates.

    GridDropDownStandardValuesCellModel

    Defines the model / data part of a drop-down ListControl-like grid.

    GridDropDownStandardValuesCellRenderer

    Defines the renderer part of a drop-down ListControl-like grid that lets users drop-down a grid that display choices for a cell determined through the System.ComponentModel.TypeConverter.GetStandardValues method of a System.ComponentModel.TypeConverter.

    GridEndUpdateRequestEventArgs

    Provides data about the EndUpdateRequest event.

    GridException

    Base class for exceptions thrown inside the grid.

    GridFactoryProvider

    Lets you specify a custom IGridCellModelFactory that instantiates cell models for the grid on demand using the CellType string as identifier.

    GridFillRectangleHookEventArgs

    Provides data for the FillRectangleHook event which occurs before BrushPaint.FillRectangle is called to fill the interior of a rectangle using BrushInfo information.

    GridFilterBar

    Encapsulates the functionality of adding a header row of combo boxes to a GridDataBoundGrid so the rows displayed in the grid can be filtered using the combo boxes.

    GridFilterBarChoicesEventArgs

    Used to provide their own filter bar for implementation

    GridFilterBarCreatingColumnHeaderEventArgs

    provides EventArgs used by the CreatingColumnHeader event.

    GridFilterBarShowDialogEventArgs

    Provides EventArgs used by the FilterBarShowDialog event.

    GridFilterBarTextChangedEventArgs

    provides text changed EventArgs used by the FilterBarTextChanged event.

    GridFindReplaceDialog

    A find and replace dialog that can be used to search cells within a grid. The dialog communicates with the grid through the IGridFindReplaceDialogSink interface.

    GridFindReplaceDialogSink

    Provides a default implementation of a IGridFindReplaceDialogSink for a grid control.

    GridFindReplaceEventArgs

    Provides information about the find and replace dialog.

    GridFloatingCellsChangedEventArgs

    Provides data about the FloatingCellsChanged event.

    GridFontInfo

    Implements a StyleInfoSubObjectBase object for font settings in a cell. Each font property of the cell can be configured individually.

    Font properties that have not been initialized will inherit default values from a base style.

    GridFontInfoEditor

    Implements a user interface to select and configure a GridFontInfo object.

    GridFontInfoStore

    Implements the data store for the GridFontInfo object.

    GridFontState

    Used internally.

    GridFormulaCellModel

    This GridCellModel supports entering formulas in a grid cell. This support is provided through the Engine member of this class. Engine is a GridFormulaEngine.

    GridFormulaCellRenderer

    Implements a GridCellRender that supports formulas.

    GridFormulaEngine

    Encapsulates the code required to parse and compute formulas. Hashtable properties maintain a Formula Library of functions as well as a list of dependent cells.

    You can add and remove library functions.

    GridFormulaEngine.LenComparer

    Used by AdjustNameRangesForSize to create an ArrayList ordered by string length.

    GridFormulaNamedRangesEditHelper

    Provides the functionality for displaying and editing a NamedRanges hash table using a CollectionEditor.

    GridFormulaNamedRangesEditHelper.AlphaComparer

    Custom IComparer object used alphabetize the ranges.

    GridFormulaNamedRangesEditHelper.NamedRange

    Holds Key and Value for a named range.

    GridFormulaNamedRangesEditHelper.NamedRangeList

    Typed ArrayList that returns NamedRange objects.

    GridFormulaParsingEventArgs

    Used by the GridFormulaParsingEventArgs event, GridFormulaParsingEventArgs holds a reference to the string that is to be parsed. The GridFormulaParsing event allows the listener to preprocess the string that is being parsed.

    GridFormulaTag

    Defines a class that encapsulates the parsed formula and computed value for a cell.

    GridGdiPaint

    Provides a set of advanced GDI Interop drawing routines that can be used instead of GDI plus routines to optimize drawing performance of the grid. Call these methods from DrawCellDisplayText and FillRectangleHook as shown in example. You might also try turning off double buffering.

    GridGenericControlCellModel

    Implements the data / model part for a generic control cell.

    GridGenericControlCellRenderer

    Implements the renderer part of a generic control cell.

    GridHeaderCellModel

    Implements the data / model part of a column or row header.

    GridHeaderCellRenderer

    Implements the renderer as part of a column or row header.

    GridHeaderStyleInfo

    Represents the class to define the style for GridControl control.

    GridHierarchyLevel

    The GridHierarchyLevel class holds information about a hierarchy level in a grid. A grid has at least one root level. If there are nested relations inside the grid the grid will hold an additional GridHierarchyLevel for each relation.

    GridHitTestContext

    Defines default hit test context constants returned by the HitTest(Point) of the grid's MouseControllerDispatcher.

    GridIconPaint

    Provides the support for drawing and caching bitmaps from a resource manifest with a given fore color.

    GridImageCellModel

    Implements the data / model part for an image cell.

    GridImageCellRenderer

    Implements the renderer part of an image cell.

    GridImageUtil

    Used internally.

    GridIndexDictionary

    Implements a collection with index / value pairs stored in a System.Collections.Hashtable and lets you insert, remove, or move values in the collection and indexes will be updated.

    GridInvalidateRangeRequestEventArgs

    Provides data about InvalidateRangeRequest event of a GridModel.

    GridListControl

    Implements a System.Windows.Forms.ListControl that shows data in the GridControl child window. Supports multiple columns, data binding, and selection of items similar to a list box.

    GridListControlChild

    Provides all the functionality for child control. Used internally.

    GridListControlChildAccessibleObject

    Used internally. Provides all information about child GridListControl accessible objects.

    GridListControlItemAccessibleObject

    Provides information that accessibility applications use to adjust an application's user interface (UI) for users with impairments.

    GridListControlItemAccessibleObjectsIndexer

    Used internally. Provides indexing support for GridListControlItemAccessibleObject

    GridListControlModel

    Used internally.

    GridLocalizationResourceAccessor

    Represents the class that manages the localization for syncfusion controls.

    GridMargins

    This is an immutable object that provides storage for top, left bottom and right margins in a cell.

    GridMarginsInfo

    Provides a StyleInfoSubObjectBase object for margins in a cell. Each margin side of the cell can be configured individually with a GridMargins value. Margin sides that have not been initialized will inherit default values from a base style.

    GridMarginsInfoStore

    Implements the data store for the GridMarginsInfo object.

    GridMaskedEditBox

    Adds grid cell-specific keyboard logic to a MaskedEditBox.

    GridMaskEditCellModel

    Implements the data / model part for a MaskedEdit cell.

    GridMaskEditCellRenderer

    Implements the renderer part of a currency cell.

    GridMaskEditInfo

    Provides a StyleInfoSubObjectBase object for masked edit properties in a cell.

    Each property in this sub object can be configured individually. Properties that have not been initialized will inherit default values from a base style.

    GridMaskEditInfoStore

    Implements the data store for the GridMaskEditInfo object.

    GridMergeCellsChangedEventArgs

    Provides data about the MergeCellsChanged event.

    GridModel

    This is the GridModel class that holds all data information about a grid and provides methods to completely initialize a grid and attach it later to a GridControlBase so that its contents can be rendered to the screen.

    GridModelBanneredRanges

    Implements the functionalities to manage bannered cell ranges for a grid.

    GridModelBound

    Implements the abstract base class for objects that are associated with a GridModel

    GridModelColStylesIndexer

    Implements the functionalities that provides access to a grid column styles collection with an indexer.

    GridModelCommand

    Implements a class that encapsulates a command to be executed at a later point in time.

    GridModelCommandManager

    Implements the methods to manage undo and redo commands for a grid.

    GridModelCoveredRanges

    Implements the functionalities to manage covered cell ranges for a grid.

    GridModelCutPaste

    Implements the methods to manage cut, copy, and paste for a grid.

    GridModelDataBinder

    This is a helper class for the GridDataBoundGrid that manages access to the data source.

    GridModelEventArgs

    Custom event argument base class used for events associated with a GridModel.

    GridModelFloatingCells

    Implements the methods to manage floating cell ranges for a grid.

    GridModelGraphicsProvider

    Returns a graphics context when needed and raises a PrepareGraphics event to initialize the graphics object.

    GridModelHideRowColsIndexer

    Implements the functionalities that manages row heights and column widths in a grid and lets you change them. Events will be raised in the grid when settings are changed.

    GridModelInsertRangeCommand

    Holds undo information about a previous RemoveRange(Int32, Int32) operation.

    GridModelInsertRangeOptions

    Implements the additional information for the InsertRange(Int32, Int32) command such as cell contents, row, and column sizes, hidden state, and covered cells state.

    GridModelMergeCells

    Implements the functionalities to manage merged cell ranges for a grid.

    GridModelMoveRangeCommand

    Holds undo information about a previous MoveRange(Int32, Int32) operation.

    GridModelOptions

    Implements properties that allow you to adjust behavior and appearance of the grid.

    GridModelRemoveRangeCommand

    Holds undo information about a previous InsertRange(Int32, Int32) operation.

    GridModelRowColOperations

    Implements methods for row and column operations in the grid. Allows you to insert, move, remove rows, and more.

    GridModelRowColSizeIndexer

    Implements the method that manages row heights and column widths in a grid and lets you change them. Events will be raised in the grid when settings are changed.

    GridModelRowStylesIndexer

    Implements the functionalities that provides access to a grid row styles collection with an indexer.

    GridModelSelections

    implements the methods that manages selected ranges in the grid. Allows you to add and remove selections, determine selection state of a specific cell, and more.

    GridModelSetBanneredRangesCommand

    Holds undo information about a previous Add(GridRangeInfo) or Remove(GridRangeInfo) operation on a BanneredRanges property in a GridModel instance.

    GridModelSetCoveredRangesCommand

    Holds undo information about a previous Add(GridRangeInfo) or Remove(GridRangeInfo) operation on a CoveredRanges property in a GridModel instance.

    GridModelStyleDataExchange

    Implements the functionalities that manages copy and paste of style objects in the grid. Allows you to add and remove selections, determine selection state of a specific cell, and more.

    GridModelTextDataExchange

    Implements the functionalities that manages text data exchange for the grid. Lets you copy cell text to a stream or clipboard and recreate the cell text at a later time.

    GridMouseController

    Implements the IMouseController interface to be used with MouseControllerDispatcher.

    GridMoveCurrentCellDirectionEventArgs
    GridNamespaceGroupItemCollection

    Implements a collection that stores 'GridNamespaceGroupItem' objects.

    GridNamespaceGroupItemCollection.GridNamespaceGroupItemEnumerator

    Implements a strongly typed enumerator for GridNamespaceGroupItemCollection.

    GridNewVolatileData

    Implements the functionalities that provides GridStyleInfo objects on demand that are returned by the grid model's indexer. GridVolatileData caches the objects and their identity information holding a weak reference to them.

    GridNewVolatileData.ColStylesIndexer

    Implements a class that have cached column styles within GridVolatileData.

    GridNewVolatileData.RowStylesIndexer

    Implements a class that have cached row styles within GridVolatileData.

    GridNonImmutableRangeInfo

    GridNonImmutableRangeInfo is derived from GridRangeInfo and lets you change Top, Left, Bottom, and Right properties of the object.

    GridNonImmutableRangeInfoCollection

    Implements a collection that stores 'GridNonImmutableRangeInfo' objects.

    GridNonImmutableRangeInfoCollection.GridNonImmutableRangeInfoEnumerator

    Implements a strongly typed enumerator for GridNonImmutableRangeInfoCollection.

    GridNumericUpDownCellInfo

    Defines a class that provides a new StyleInfoSubObjectBase object for customization of NumericUpDown cells.

    Each property in this sub object can be configured individually. Properties that have not been initialized will inherit default values from a base style.

    GridNumericUpDownCellInfoStore

    Implements the class that stores the data for the GridNumericUpDownCellInfo object.

    GridNumericUpDownCellModel

    Defines the data / model part of a numeric up / down cell that lets users increase and decrease values with spin buttons.

    GridNumericUpDownCellRenderer

    Defines the renderer part of a numeric up / down cell that lets users increase and decrease values with spin buttons.

    GridOleDataSourceMouseController

    Implements the datasource part of an OLE drag-and-drop operation in a grid control.

    GridOleDropAtRowColEventArgs

    Provides data about the OleDropAtRowCol event.

    GridOleDropTarget

    Implements the DropTarget part for OLE drag-and-drop operations. You can add support for additional data formats by creating a class that implements IGridDataObjectConsumer and register an instance of this with RegisterDataObjectConsumer(IGridDataObjectConsumer).

    GridOriginalTextBoxCellModel

    Implements the data / model part for an original text box entry cell.

    GridOriginalTextBoxCellRenderer

    Implements the renderer part of a text box cell.

    GridOriginalTextBoxControl

    Implements the text box that is shown in a GridTextBoxCellRenderer when the user starts editing the cell.

    GridPaintExcelLikeSelection

    provides functionality for drawing of Excel-like selection frame.

    GridPaintSelectCells

    Implements the functionality to redraw the selected range of grid cells.

    GridPaintTriangle

    Implements the functionalities that encapsulates the painting logic for a triangle.

    GridPasteCellTextEventArgs

    Provides data about the PasteCellText event which can be marked as handled.

    GridPrepareChangeSelectionEventArgs

    Provides data about the PrepareChangeSelection event.

    GridPrepareViewStyleInfoEventArgs

    Provides data about the cancelable PrepareViewStyleInfo event.

    GridPrintDocument

    Implements printing support for a grid.

    GridPrintInfo

    Holds temporary information related to printing. This class will change in future versions.

    GridProgressBar

    Adds grid cell-specific keyboard logic to a ProgressBarAdv.

    GridProgressBarCellModel

    Implements the data / model part for a progress bar cell.

    GridProgressBarCellRenderer

    Implements the renderer part of a progress bar cell.

    GridProgressBarInfo

    Provides a StyleInfoSubObjectBase object for progress bar properties in a cell.

    Each property in this sub object can be configured individually. Properties that have not been initialized will inherit default values from a base style.

    GridProgressBarInfoStore

    Implements the data store for the GridProgressBarInfo object.

    GridProperties

    Implements the functionalities that holds various options that let you customize the appearance of the grid, such as window background, grid line colors, printer / page settings, and more.

    GridPropertyGridCellModel

    Defines the model / data part of a dropdown with an embedded System.Windows.Forms.PropertyGrid.

    GridPropertyGridCellRenderer

    Defines the renderer part of a dropdown with an embedded System.Windows.Forms.PropertyGrid that lets users modify the properties of a complex cell value with nested properties.

    GridPropertyStandardValuesList

    Internal only.

    GridPropertyStandardValuesSelfPropertyDescriptor

    Internal only.

    GridPushButtonCellModel

    Implements the data / model part of a push button cell.

    GridPushButtonCellRenderer

    Implements the renderer part of a push button cell.

    GridQueryAcceptDataOptions

    Provide the query accepted data options. Not implemented. Reserved for future use - possibly return options how to handle operation, e.g. EdgeScroll or implement this behavior itself.

    GridQueryBanneredRangeEventArgs

    Provides data about the QueryBanneredRange event which can be marked as handled.

    GridQueryCanMergeCellsEventArgs

    Provides data about the QueryCanMergeCells event.

    GridQueryCanOleDragRangeEventArgs

    Provides data about the cancelable QueryCanOleDragRange event.

    GridQueryCellInfoEventArgs

    Provides data about the QueryCellInfo event which can be marked as handled.

    GridQueryCellModelEventArgs

    Provides data about the QueryCellModel event.

    GridQueryCoveredRangeEventArgs

    Provides data about the QueryCoveredRange event which can be marked as handled.

    GridQueryCreateCellTextBoxEventArgs

    Provides event data for the QueryCreateCellTextBox event which controls the kind of textbox control that is created for TextBox cells. In general the original text box behaves better than the RichText box with Hebrew and arabic languages. By default the grid uses the RichTextBox control for cell editing, but if you set GridModelOptions.UseRightToLeftCompatibleTextBox or if you handle this event you can plug-in a different textbox.

    GridQueryDragColumnHeaderEventArgs

    Holds a reference to a GridControlBase that initiates the event and the column that is affected.

    GridQueryNextCurrentCellPositionEventArgs

    Provides data for
    the QueryNextCurrentCellPosition event.

    GridQueryOleDataSourceDataEventArgs

    Provides data about the QueryOleDataSourceData event.

    GridQueryScrollCellInViewEventArgs

    Provides the data for the QueryScrollCellInView event.

    GridRadioButton

    Defines the cell radio button of a GridRadioButtonCellRenderer.

    GridRadioButtonCellModel

    Implements the data / model part for a radio button cell.

    GridRadioButtonCellRenderer

    Implements the renderer part of a radio button cell.

    GridRadioButtonCellStyleInfo

    Represents the class to define the style for GridControl control.

    GridRadioButtonCellStyleInfoIdentity

    Implements the class that provide the identity information of GridRadioButtonCellStyleInfo using StyleInfoSubObjectIdentity.

    GridRadioButtonCellStyleInfoStore

    Provides storage for the GridRadioButtonCellStyleInfo object.

    GridRadioButtonInfo

    Holds the state information regarding a radio button within a RadioButton cell.

    GridRangeInfo

    Implements a range of cells in the grid. Possible range types are: Row(s), Column(s), Cell(s), Table or Empty. GridRangeInfo is immutable.

    GridRangeInfoCodeDomSerializer

    Implements the functionalities that serializes a GridRangeInfo object into a series of CodeDOM statements.

    GridRangeInfoConverter

    Implements the methods that can be used to convert ranges from one data type to another. Access this class through the TypeDescriptor.

    GridRangeInfoList

    Implements a collection of GridRangeInfo objects.

    GridRangeInfoListConverter

    Implements the methods that can be used to convert a range list to a string or vice versa. Access this class through the TypeDescriptor.

    GridRangeInsertedEventArgs

    Provides data about the RowsInserted and ColsInserted events.

    GridRangeInsertingEventArgs

    Provides data about the RowsInserting and ColsInserting events.

    GridRangeMovedEventArgs

    Provides data about the RowsMoved and ColsMoved events.

    GridRangeMovingEventArgs

    Provides data about the RowsMoving and ColsMoving events.

    GridRangeRemovedEventArgs

    Provides data about the RowsRemoved and ColsRemoved events.

    GridRangeRemovingEventArgs

    Provides data about the RowsRemoving and ColsRemoving events.

    GridRangeStyle

    implements the functionalities to manage RangeStyles by the GridRangeStyleCollection.

    GridRangeStyleCollection

    Implements a collection of GridRangeStyle objects. This collection is a wrapper collection for cells in the GridData object. It provides support for modifying cells through a CollectionEditor and code serialization at design-time.

    GridRangeStyleCollectionEditor

    Implements a collection editor that is tailored to adding and removing GridRangeStyle objects from the RangeStyles collection in a GridControl.

    GridRangeStyleCollectionEnumerator

    Enumerator class for GridRangeStyle elements of a GridRangeStyleCollection.

    GridRangeStyleTypeConverter

    Implements the type converter for GridRangeStyle objects. GridRangeStyleTypeConverter is a System.ComponentModel.ExpandableObjectConverter. It overrides the default behavior of the ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) method and adds support for design-time code serialization.

    GridRecordNavigationControl

    Provides a RecordNavigationControl with support for a GridControlBase.

    GridResizeCellsMouseController

    Implements the dragging of selected rows or columns in a grid control.

    GridResizingColumnsEventArgs

    Provides data about the cancelable ResizingColumns event.

    GridResizingRowsEventArgs

    Provides data about the cancelable ResizingRows event.

    GridResourceIdentifiers

    class for the constant string value of GridResourceIdentifiers

    GridRichControlEditCellModel

    Implements the data / model part for a generic control cell.

    GridRichControlEditCellRenderer

    Implements the renderer part of a generic control cell.

    GridRichTextBoxCellModel

    Implements the data / model part for a rich text cell.

    GridRichTextBoxCellRenderer

    Implements the renderer part of a rich text cell.

    GridRichTextEntryPanel

    Provides editing support for RichText. The GridRichTextBoxCellRenderer will display the panel inside a drop-down container.

    GridRowColCountEventArgs

    Provides data about the QueryColCount, QueryRowCount, SaveColCount, and SaveRowCount events which can be marked as handled.

    GridRowColHiddenEventArgs

    Provides data about the RowsHidden and ColsHidden event.

    GridRowColHideDictionary

    Implements the default dictionary that is used by GridModelHideRowColsIndexer to store hidden rows and columns.

    GridRowColHideDictionaryTypeConverter

    Implements the functionalities that supports the type conversion from one type to another type,internal only.

    GridRowColHideEventArgs

    Provides data about the Syncfusion.Windows.Forms.Grid.GridModel.QueryHideCol, Syncfusion.Windows.Forms.Grid.GridModel.QueryHideRow, Syncfusion.Windows.Forms.Grid.GridModel.SaveHideCol, and Syncfusion.Windows.Forms.Grid.GridModel.SaveHideRow events which can be marked as handled.

    GridRowColHidingEventArgs

    Used by RowsHiding and ColsHiding events.

    GridRowColIndexChangedEventArgs

    Used by TopRowChanged and LeftColChanged events.

    GridRowColIndexChangingEventArgs

    Used by TopRowChanging and LeftColChanging events.

    GridRowCollection

    Implements a two-dimensional table that holds an array of GridCellCollection arrays with GridStyleInfoStore items.

    GridRowColSizeChangedEventArgs

    Provides data about the RowHeightsChanged and ColWidthsChanged event.

    GridRowColSizeChangingEventArgs

    Provides data about the RowHeightsChanging and ColWidthsChanging events.

    GridRowColSizeDictionary

    Implements the default dictionary used by the GridModelRowColSizeIndexer to store row heights and column widths.

    GridRowColSizeDictionaryTypeConverter

    Implements the functionalities that supports the type conversion from one type to another type. Internal only.

    GridRowColSizeEventArgs

    Provides data about the QueryColWidth, QueryRowHeight, SaveColWidth, and SaveRowHeight events which can be marked as handled.

    GridRowColSizeTotalEventArgs

    Provides data about the QueryRowHeightTotal event which can be marked as handled and occurs when the GetTotal(Int32, Int32) method of the RowHeights class object is called.

    GridRowEventArgs

    Provides event data for the RowEnter, RowEditing, RowLeave and RowSaved event.

    GridRowHeight

    Implements the functionalities to manage RowHeights by the GridRowHeightCollection.

    GridRowHeightCollection

    Implements a collection of GridRowHeight items with information about row height.

    GridRowHeightCollectionEnumerator

    Implements the enumerator class for GridRowHeight elements of a GridRowHeightCollection.

    GridRowHeightTypeConverter

    Implements the type converter for GridRowHeight objects. GridRowHeightTypeConverter is a System.ComponentModel.ExpandableObjectConverter. It overrides the default behavior of the System.ComponentModel.TypeConverter.ConvertTo method and adds support for design-time code serialization.

    GridRowHidden

    Implements the functionalities to manage RowHiddens by the GridRowHiddenCollection.

    GridRowHiddenCollection

    Implements a collection of GridRowHidden items with information about row hidden state.

    GridRowHiddenCollectionEnumerator

    Enumerator class for GridRowHidden elements of a GridRowHiddenCollection.

    GridRowHiddenTypeConverter

    Implements the type converter for GridRowHidden objects. GridRowHiddenTypeConverter is a System.ComponentModel.ExpandableObjectConverter. It overrides the default behavior of the ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) method and adds support for design-time code serialization.

    GridRowRangeEventArgs

    Provides event data for the RowsDeleting event.

    GridRowsCache

    Implements the cache to save the style information for grid rows.

    GridSaveCellInfoEventArgs

    Provides data about the SaveCellInfo event which can be marked as handled.

    GridScrollPositionChangedEventArgs

    Provides the data for the VScrollPixelPosChanged and HScrollPixelPosChanged events.

    GridScrollPositionChangingEventArgs

    Provides the data for the VScrollPixelPosChanging and HScrollPixelPosChanging events.

    GridSelectCellsMouseController

    Implements the cell selection behavior of a grid control.

    GridSelectionChangedEventArgs

    Provides data about the SelectionChanged event.

    GridSelectionChangingEventArgs

    Provides data about the cancelable SelectionChanging event.

    GridSelectionDragEventArgs

    Provides data about the cancelable SelectionDragging or SelectionDragged event.

    GridSelectionStateCommand

    Holds undo information about the selection state at a previous operation.

    GridSheetFamilyItem

    Encapsulates the properties that are needed to support multiple families of crossed-referenced grids. This class is for internal use only.

    GridSortColumnHeaderCellModel

    Implements the data or model part of a column header with sort indicator.

    GridSortColumnHeaderCellRenderer

    Implements the renderer part of a column header with sort indicator.

    GridSortInfo

    Implements the methods to access the GridSort information. Internal only.

    GridStaticCellModel

    Defines the data / model part of a static cell. A static cell is also a base class for many other cell types that display text.

    GridStaticCellRenderer

    Defines the renderer part of a static cell. A static cell renderer is also a base class for many other cell types and provides the inactive cell rendering for cell types that support editing (such as a text box or combo box).

    GridStyleInfo

    Implements the functionalities that holds all information stored for a cell.

    GridStyleInfoConverter

    Defines a class that provides a type converter to convert expandable objects to and from various other representations.

    GridStyleInfoCustomProperties

    Provides a base class that you should derive from if you want to register additional custom properties with GridStyleInfo. Custom properties will be shown in the property grid for a style just like all other regular properties. You can also add expandable objects such as a font. Custom properties participate in the style inheritance mechanism similar to regular properties.

    GridStyleInfoCustomPropertiesCollection

    Implements a collection of custom property objects that have at least one initialized value. The primary purpose of this collection is to support design-time code serialization of custom properties.

    GridStyleInfoIdentity

    Identity is the reference back to the cell the style belongs to.

    GridStyleInfoStore

    GridStyleInfoStore holds the plain data for a style object excluding identity information.

    GridStyleInfoStoreTable

    Represents a class that holds a table where each item is a StyleInfoStore.

    GridStyleInfoSubObject

    GridStyleInfoSubObject is an abstract base class for classes to be used as sub-objects in a GridStyleInfo.

    GridStyleInfoSubObjectIdentity

    Defines a class that provides style identity information for nested objects of the GridStyleInfo class.

    GridSubComponent

    A base class for objects that are associated with the instance of GridControlBase class.

    GridTextBoxCellModel

    Implements the data / model part for a text box cell.

    GridTextBoxCellRenderer

    Implements the renderer part of a text box cell.

    GridTextBoxControl

    Implements the text box that is shown in a GridTextBoxCellRenderer when the user starts editing the cell.

    GridTextDataObjectConsumer

    Implements a DataObject consumer for text data. Will handle data provided in DataFormats.Text and DataFormats.UnicodeText format.

    GridTransactionCommand

    Implements a collection of SyncfusionCommand objects that should all be executed together as one command when the Undo() or Redo() of a grid CommandStack is called.

    GridUIAProvider

    Automation of the Grid UI

    GridUITypeEditorCellModel

    Defines the model / data part of a drop-down with a ListControl-like grid or a UITypeEditor.

    GridUITypeEditorCellRenderer

    Defines the renderer part of a drop-down with a ListControl-like grid or a UITypeEditor that display choices for a cell determined through the System.ComponentModel.TypeConverter.GetStandardValues method of a System.ComponentModel.TypeConverter.

    GridUserCanceledException

    Use GridUserCanceledException when the user cancels an operation.

    GridUtil

    Implements the static helper functions.

    GridValidateFailedEventArgs

    Provides event data for the ValidateFailed event.

    GridViewLayout

    Implements the Grid layout view. Whenever changes are made to the view or the grid is scrolled, all information in this class is refreshed.

    GridVolatileData

    Implements the GridStyleInfo objects on demand that are returned by the grid model's indexer. GridVolatileData caches the objects and their identity information holding a weak reference to them.

    GridVolatileData.ColStylesIndexer

    Implements the Cached column styles within GridVolatileData.

    GridVolatileData.RowStylesIndexer

    Implements cached row styles within GridVolatileData.

    GridWrapCellNextControlInFormEventArgs

    Provides data about the cancelable WrapCellNextControlInForm event.

    ImageAnimatorExt

    A class that encapsulates loading animation behavioral attributes with bounded UI control for long running operations.

    ValueComparer

    ValueComparer is used to sort the values based on the value type of the cells.

    Structs

    GridCellPos

    Implements the coordinates for a cell. Is used by GridVolatileData to look up cell information.

    GridNamespaceGroupItem

    Used for XML serialization, this struct contains information relating to shared expensive properties that could be the same in various places in the grid. For example, the BackgroundImage for cells, or the grid itself. Instead of having multiple listings of the same expensive object, a GridNamespaceGroupItem object will contain the Value of the item (could be a Base64 string) and a Name, which the cells could refer to.

    Interfaces

    IGridCellModelFactory

    Provides a CreateCellModel(String, GridModel) method that instantiates GridCellModelBase objects on demand when a cell is touched that has a CellType that is not found in the CellModels collection.

    IGridControlBaseEventsTarget

    Provides the events raised by GridControlBase objects.

    IGridData

    IGridData defines an interface that GridStyleInfoIdentity utilizes to query cell contents, base styles, look up cell types, and save changes back to the grid.

    IGridDataObjectConsumer

    Implement this interface in order to participate as a possible DataObject consumer. See RegisterDataObjectConsumer(IGridDataObjectConsumer).

    IGridDrawSelectionFrame

    Provides the DrawSelectionFrame(GridControlBase, Graphics, Boolean, GridRangeInfo) method which is internally used for drawing of Excel-like selection frame.

    IGridDropDownCell

    Provides a EnsureDropDownContainer() method that ensures that a drop-down container is correctly initialized.

    IGridDropDownCellImp

    Provides functionality for drop-down cell.The GridDropDownCellImp class implements this interface.

    IGridDropDownContainer

    Provides an interface to the base method for GridDropDownContainer to use without having strong reference to that class.

    IGridFindReplaceDialogSink

    Provides an interface that the GridFindReplaceDialog uses to communicate with its target control for find and replace operations. See GridFindReplaceDialogSink for an implementation for a regular grid control.

    IGridFocusHelper

    Provides the GetAllowFixFocus() method which is called for the active IMouseController from within the grids System.Windows.Forms.Control.OnMouseDown(System.Windows.Forms.MouseEventArgs) handler to determine if the grid should set focus to the active current cells System.Windows.Forms.Control.

    IGridListControlSource

    Provide functionality to GridListControl.

    IGridModelDataProvider

    Provides a one-stop place to subscribe to row count, column count, and QueryCellInfo events.

    IGridModelEventsTarget

    Provides an interface for an object that handles events raised by GridModel objects.

    IGridModelSource

    Provides functionality to an object to return a list that can GridModel.

    IGridOleDragDropEventsTarget

    Provides the Ole Drag Drop events raised by GridControlBase objects.

    IGridPaintSelectCells

    Provides the UpdateSelectRange(GridRangeInfo, GridRangeInfoList), PrepareChangeSelection(GridRangeInfo, GridRangeInfo) PrepareClearSelection() methods for drawing the selection cells.

    IGridRowColHideDictionary

    Provides functionalities for GridModelHideRowColsIndexer to store hidden rows and columns.

    IGridRowColSizeDictionary

    Provides the functionality for GridModelRowColSizeIndexer to store row heights and column widths.

    IGridTextBoxControl

    Provides interface for GridTextBoxControl and GridOriginalTextBoxControl for the text box that is shown in a GridTextBoxCellRenderer when the user starts editing the cell.

    IGridVisibleCellLists

    Provides the functionality to maintain volatile data.

    IGridVolatileData

    Implements the interface for a volatile data cache to be used with the VolatileData property.

    IGridWindowlessObject

    Provides support for using the grid control as a windowless control. Such windowless controls are used inside GridGroupingControl for nested tables. A windowless control has no window handle. It only forwards paint and other window operations to the parent control. The parent control will forward mouse and keyboard messages to the windowless control.

    IGridWindowlessSite

    Provides support for hosting a windowless grid control. Such windowless controls are used inside GridGroupingControl for nested tables.

    ISupportsPopupControlContainer

    Provides support for PopupControlContainer property.

    Enums

    AutoFitOptions

    Defines the options in order to display special characters when the contents in cell exceeds it's width. The AutoFitOptions includes Alphabets, Numeric, Both and None.

    ButtonAlignment

    Defines the button alignment.

    GridBackgroundImageMode

    Defines how an image is positioned within a cell.

    GridBorderSide

    Defines the constants that specifies the sides of a rectangle which applies the border.

    GridBorderStyle

    Defines the constants that specifies the style of a specific cell border in the GridBorder class.

    GridBorderWeight

    Defines the constants that specifies the weight of a specific cell border in the GridBorder class.

    GridCellActivateAction

    Defines current cell activation behavior when moving the current cell or clicking inside a cell. Defines when to set the focus / toggle edit mode for the current cell.

    GridCellAppearance

    Defines the constants that specifies the 3D-look for a cell.

    GridCellSizeKind

    Defines how to handle the top-most row or left-most (RTL: right-most) column when pixel scrolling is enabled and cells are only partially visible.

    GridClickedOnDisabledCellBehavior

    Defines behavior when ExcelLikeCurrentCell was specified and user clicked on a cell with GridStyleInfo.Enabled = false. In versions prior to 3.0 the grid would deactivate the current cell (DeactivateCurrentCell). With 3.x we changed this behavior to leave the current cell untouched (LeaveCurrentCell).

    GridComboSelectionOptions

    Defines the options for combobox cell value selection

    GridCommandMode

    Defines current undo logging context in the grid.

    GridControllerOptions

    Defines which mouse controllers should be enabled for the grid.

    This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

    GridCountRecordsBehavior

    Later ... Defines information related to printing. This class will change in future versions.

    GridCurrentRecordItemChangedBehavior

    Defines the default behavior when the grid is notified from the underlying IBindingList that the data for the current record are changed.

    GridDataObjectConsumerOptions

    Defines which default data consumers should be enabled for the grid.

    This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

    GridDirectionType

    Defines GridDirectionType is used in various grid methods to specify direction of a movement.

    GridDragSelectionReason

    Defines the GridDragSelectionReason.A GridDragSelectionReason is used by GridSelectionDragEventArgs to give a hint about the current state of the user action and reason for this event.

    GridDrawOrder

    Defines the order that cells are loaded before the grid is displayed. This is of use when using the virtual grid and it is more extensive to move from column to column than to move from row to row in your custom data source.

    GridDropDownStyle

    Defines behavior of combo boxes and drop-down list in a cell.

    GridFindReplaceDialogOptions

    Options used for customizing GridFindReplaceDialog:

    GridFindTextOptions

    Defines the options for searching text in cells:

    GridFloatCellsMode

    Defines floating cell's behavior in a GridModel.

    GridFormulaCopyFlags

    Specifies behavior for copy, paste, and drag-and-drop operations.

    GridHorizontalAlignment

    Defines the constants that specifies the horizontal alignment of contents in a cell.

    GridImageSizeMode

    Defines the scaling of images in a cell.

    GridMergeCellDirection

    Defines merge behavior for an individual cell when merging cells feature has been enabled in a GridModel with MergeCellsMode.

    GridMergeCellsLayout

    Defines merge behavior for an grid cells when merging cells feature has been enabled in a GridModel with MergeCellsMode.

    GridMergeCellsMode

    Defines merge cells behavior in a GridModel.

    GridQueryBounds

    Used by CalculatePreferredCellSize(Graphics, Int32, Int32, GridStyleInfo, GridQueryBounds).

    GridQueryDragColumnHeaderReason

    Reason why QueryAllowDragColumnHeader event was raised (Show Red Indicator, MouseUp or HitTest).

    GridQueryFloatCell

    Defines whether a cell is asked about support for floating over another cell or being flooded by a previous cell. See OnQueryCanFloatCell(Int32, Int32, GridStyleInfo, GridQueryFloatCell).

    GridRangeInfoType

    Defines the range type for a GridRangeInfo.

    GridRangeOptions

    Defines the Grid range options.Used by RangeInfoToRectangle(GridRangeInfo) to enlarge the affected range of cells to include covered and floating cells.

    GridRefreshCurrentCellBehavior

    Defines which cells to refresh when moving the current cell. When cell's appearance is changed if cell is moved to a new row (e.g. when GridShowButtons.ShowCurrentRow is used), you should specify RefreshRow.

    GridResizeCellsBehavior

    Defines behavior for resizing rows or columns.

    GridResizeCellsReason

    Defines the GridDragSelectionReason.A GridDragSelectionReason is used by GridResizingColumnsEventArgs to give a hint about the current state of the user action and reason for this event.

    GridResizeToFitOptions

    Defines the options for a ResizeToFit(GridRangeInfo) method call.

    The options can be combined.

    GridScrollbarMode

    Defines scrollbar setting of the grid control with HScrollBehavior and VScrollBehavior. You can combine the various options.

    GridScrollCurrentCellReason

    Defines the reason for scrolling current cell into view.

    GridSelectionFlags

    Defines behavior for selecting cells for the grid by the user with mouse or keyboard.

    GridSelectionReason

    Defines the GridSelectionReason.A GridSelectionReason is used by GridSelectionChangingEventArgs to give a hint about the current state of the user action and reason for this event (mouse, keyboard or programmatic).

    GridSerializeCellsBehavior

    Specifies how to serialize grid data at design-time. You can choose to serialize cell contents as code into the Forms InitializeComponent method or you can choose to serialize cell contents into a ResX file.

    GridSetCurrentCellOptions

    Defines options for the MoveTo(Int32, Int32, GridSetCurrentCellOptions, Boolean) method call.

    GridShowButtons

    Defines the constants that specifies to show or display the cell button elements.

    GridShowCurrentCellBorder

    Defines when to show or hide current cell border / frame.

    GridSortBehavior

    Defines if databoundgrid should sort a column if user clicks on it.

    GridTextAlign

    Defines the constants that specifies the text alignment for TextAlign.

    GridTextOptions

    Defines the options for a ResizeToFit(GridRangeInfo) method call.

    The options can be combined.

    GridTriangleDirection

    Defines the direction of a triangle when drawing triangle with Paint(Graphics, Rectangle, GridTriangleDirection, Brush, Pen, Pen, Pen, Boolean).

    GridVerticalAlignment

    Specifies the vertical alignment of an object or text in a cell.

    GridWrapCellBehavior

    Defines the controls what the grid does when a last or first column in a row.

    SelectionFrameOption

    Defines the constants that specify the selection frame options of Excel-like selection frame.

    SortIconPlacement

    Defines placement of the sort icon.

    TreeLinePlacement

    Defines placement of the Tree line

    Delegates

    ClipboardCopyToBufferEventHandler

    Represents the method that handles theClipboardCopyToBuffer, ClipboardCopyToBuffer, events.

    CommentTipShowingEventHandler

    Represents the method that handle the cancel-able CommentTipShowing event.

    CommentTipShownEventHandler

    Represents the method that handle the CommentTipShown event.

    DrawCommentIndicatorEventHandler

    Represents the method that handle the DrawCommentIndicator event.

    FieldChooserClosedEventHandler

    Handles the FieldChooserClosed event.

    FieldChooserClosingEventHandler

    Handles the FieldChooserClosing event.

    FieldChooserShowingEventHandler

    Handles the FieldChooserShowing event.

    FieldChooserShownEventHandler

    Handles the FieldChooserShown event.

    FilterBarSelectionChangedEventHandler

    Handles the FilterBarSelectedItemChanged event.

    FilterBarSelectionChangingEventHandler

    Handles the FilterBarSelectionItemChanging event.

    GridActivateToolTipEventHandler

    Represents a method that handles the ActivateToolTip event.

    GridBanneredRangesChangedEventHandler

    Represents the method that handles the BanneredRangesChanged event.

    GridBanneredRangesChangingEventHandler

    Represents the method that handles the BanneredRangesChanging event.

    GridCellButtonClickedEventHandler

    Represents a method that handles the CellButtonClicked event that is raised when the user clicks on a cell button element inside a cell.

    GridCellCancelEventHandler

    Represents a method that handles cancelable events associated with a specific cell.

    GridCellClickEventHandler

    Represents a method that handles CheckBoxClick, CellClick and CellDoubleClick events.

    GridCellCursorEventHandler

    Represents a method that handles the CellCursor event.

    GridCellEventHandler

    Represents a method that handles events associated with a specific cell.

    GridCellHitTestEventHandler

    Represents a method that handles the CellHitTest event.

    GridCellMouseEventHandler

    Represents a method that handles cell-related mouse events such as CellMouseHoverEnter and CellMouseHoverLeave.

    GridCellPushButtonClickEventHandler

    Represents a method that handles a PushButtonClick event.

    GridCellsChangedEventHandler

    Represents the method that handles a CellsChanged event.

    GridCellsChangingEventHandler

    Represents the method that handles a CellsChanging event.

    GridCellTextEventHandler

    Represents a method that handles a QueryCellText, SaveCellText, QueryCellFormattedText, or SaveCellFormattedText event.

    GridChangeLayoutCellsEventHandler

    For internal use.

    GridClearingCellsEventHandler

    Represents the method that handles the ClearingCells event.

    GridCountChangedEventHandler

    Represents the method that handles the HeaderRowCountChanged, FrozenRowCountChanged, HeaderColCountChanged, and FrozenColCountChanged events.

    GridCountChangingEventHandler

    Represents the method that handles the HeaderRowCountChanging, FrozenRowCountChanging, HeaderColCountChanging, and FrozenColCountChanging events.

    GridCoveredRangesChangedEventHandler

    Represents the method that handles a CoveredRangesChanged event.

    GridCoveredRangesChangingEventHandler

    Represents the method that handles the CoveredRangesChanging event.

    GridCurrentCellActivateFailedEventHandler

    Represents the method that handles a CurrentCellActivateFailed event.

    GridCurrentCellActivatingEventHandler

    Represents a method that handles a cancelable CurrentCellActivating event.

    GridCurrentCellControlKeyMessageEventHandler

    This is called from the current cell control's ProcessKeyMessage method and gives you a chance to modify the default behavior of this method. Be aware that this is a very implementation-specific method and you should only handle this event if KeyDown, KeyUp, CurrentCellKeyDown, or CurrentCellKeyUp events are not good enough.

    GridCurrentCellDeactivatedEventHandler

    Represents the method that handles a CurrentCellDeactivated event.

    GridCurrentCellErrorMessageEventHandler

    Represents a method that handles the CurrentCellErrorMessage event.

    GridCurrentCellInitializeControlTextEventHandler

    Represents the method that handles a CurrentCellInitializeControlText event.

    GridCurrentCellListItemChangedEventHandler

    A method that represents a handler for the CurrentCellListItemChanged event.

    GridCurrentCellMoveDelegateHandler

    Used by GridSelectCellsMouseController.

    GridCurrentCellMovedEventHandler

    Represents a method that handles the CurrentCellMoved event.

    GridCurrentCellMoveFailedEventHandler

    Represents a method that handles the CurrentCellMoveFailed event.

    GridCurrentCellMovingEventHandler

    Represents a method that handles the cancelable CurrentCellMoving event.

    GridCurrentCellShowingDropDownEventHandler

    Represents a method that handles the CurrentCellShowingDropDown event.

    GridCurrentCellValidateStringEventHandler

    Represents the method that handles a CurrentCellValidateString event.

    GridCutPasteEventHandler

    Represents the method that handles theClipboardPaste, ClipboardCanPaste, ClipboardCut, ClipboardCanCut, ClipboardCopy, and ClipboardCanCopy events.

    GridDefaultSizeChangedEventHandler

    Represents the method that handles the DefaultRowHeightChanged and DefaultColWidthChanged events.

    GridDefaultSizeChangingEventHandler

    Represents the method that handles the TopRowChanging and LeftColChanging events.

    GridDrawCellBackgroundEventHandler

    Represents the method that handles a cancelable DrawCellBackground event.

    GridDrawCellButtonBackgroundEventHandler

    Represents the method that handles a cancelable DrawCellButtonBackground event.

    GridDrawCellButtonEventHandler

    Represents the method that handles a cancelable DrawCellButton event.

    GridDrawCellDisplayTextEventHandler

    Represents a method that handles the DrawCellDisplayText event.

    GridDrawCellEventHandler

    Represents the method that handles a cancelable DrawCell event.

    GridDrawCurrentCellBorderEventHandler

    Represents a method that handles the DrawCurrentCellBorder event.

    GridEndUpdateRequestEventHandler

    Represents a method that handles the EndUpdateRequest event.

    GridFillRectangleHookEventHandler

    Represents a method that handles the FillRectangleHook event.

    GridFilterBarChoicesEventHandler

    Handles the ExceptionCatched event.

    GridFilterBarCreatingColumnHeaderEventHandler

    Represents a method that handles the CreatingColumnHeader event.

    GridFilterBarFilterCompletedEventHandler

    Represents a method that handles the FilterBarFilterCompleted event.

    GridFilterBarShowDialogEventHandler

    Represents a method that handles the FilterBarShowDialog event.

    GridFilterBarTextChangedEventHandler

    Represents a method that handles the FilterBarTextChanged event.

    GridFloatingCellsChangedEventHandler

    Represents the method that handles the FloatingCellsChanged event.

    GridFormulaEngine.LibraryFunction

    Delegate used to define functions that you add to the Function Library.

    GridFormulaParsingEventHandler

    Event delegate for the GridFormulaParsing event

    GridInvalidateRangeRequestEventHandler

    Represents the method that handles InvalidateRangeRequest event.

    GridMergeCellsChangedEventHandler

    Represents the method that handles the MergeCellsChanged event.

    GridModelDataBinder.GetChildListHandler
    GridMoveCurrentCellDirectionEventHandler

    Represents a method that handles the MoveCurrentCellDirection event.

    GridOleDropAtRowColEventHandler

    Represents the method that handles the OleDropAtRowCol event.

    GridPasteCellTextEventHandler

    Represents the method that handles the SaveCellInfo event which can be marked as handled.

    GridPrepareChangeSelectionEventHandler

    Represents the method that handles a cancelable PrepareChangeSelection event.

    GridPrepareViewStyleInfoEventHandler

    Represents the method that handles a cancelable PrepareViewStyleInfo event.

    GridQueryBanneredRangeEventHandler

    Represents the method that handles a QueryBanneredRange event which can be marked as handled.

    GridQueryCanMergeCellsEventHandler

    Represents the method that handles a QueryCanMergeCells event.

    GridQueryCanOleDragRangeEventHandler

    Represents the method that handles a cancelable QueryCanOleDragRange event.

    GridQueryCellInfoEventHandler

    Represents the method that handles a QueryCellInfo event which can be marked as handled.

    GridQueryCellModelEventHandler

    Represents the method that handles a QueryCellModel event.

    GridQueryCoveredRangeEventHandler

    Represents the method that handles a QueryCoveredRange event which can be marked as handled.

    GridQueryCreateCellTextBoxEventHandler
    GridQueryDragColumnHeaderEventHandler

    Represents a method that handles events with GridQueryDragColumnHeaderEventArgs that are raised when the user hovers over a column header or drags column header with the mouse.

    GridQueryNextCurrentCellPositionEventHandler

    Represents a method that handles the QueryNextCurrentCellPosition event.

    GridQueryOleDataSourceDataEventHandler

    Represents the method that handles QueryOleDataSourceData event.

    GridQueryScrollCellInViewEventHandler

    Represents a method that handles the QueryScrollCellInView event.

    GridRangeInsertedEventHandler

    Represents the method that handles the RowsInserted and ColsInserted events.

    GridRangeInsertingEventHandler

    Represents the method that handles the RowsInserting and ColsInserting events.

    GridRangeMovedEventHandler

    Represents the method that handles RowsMoved and ColsMoved events.

    GridRangeMovingEventHandler

    Represents the method that handles the RowsMoving and ColsMoving events.

    GridRangeRemovedEventHandler

    Represents the method that handles RowsRemoved and ColsRemoved events.

    GridRangeRemovingEventHandler

    Represents the method that handles the RowsRemoving and ColsRemoving events.

    GridResizingColumnsEventHandler

    Represents the method that handles a cancelable ResizingColumns event.

    GridResizingRowsEventHandler

    Represents the method that handles a cancelable ResizingRows event.

    GridRowColCountEventHandler

    Represents the method that handles QueryColCount, QueryRowCount, SaveColCount, and SaveRowCount events that can be marked as handled.

    GridRowColHiddenEventHandler

    Represents the method that handles ColsHidden and RowsHidden events.

    GridRowColHideEventHandler

    Represents the method that handles Syncfusion.Windows.Forms.Grid.GridModel.QueryHideCol, Syncfusion.Windows.Forms.Grid.GridModel.QueryHideRow, Syncfusion.Windows.Forms.Grid.GridModel.SaveHideCol, and Syncfusion.Windows.Forms.Grid.GridModel.SaveHideRow events which can be marked as handled.

    GridRowColHidingEventHandler

    Represents the method that handles RowsHiding and ColsHiding events.

    GridRowColIndexChangedEventHandler

    Represents the method that handles TopRowChanged and LeftColChanged events.

    GridRowColIndexChangingEventHandler

    Represents the method that handles TopRowChanged, LeftColChanged events.

    GridRowColRangeInfoHandler

    See VisitVisibleCells(GridRangeInfo, GridRowColRangeInfoHandler[]).

    GridRowColSizeChangedEventHandler

    Represents the method that handles RowHeightsChanged and ColWidthsChanged events.

    GridRowColSizeChangingEventHandler

    Represents the method that handles the RowHeightsChanging and ColWidthsChanging events.

    GridRowColSizeEventHandler

    Represents the method that handles QueryColWidth, QueryRowHeight, SaveColWidth, and SaveRowHeight events.

    GridRowColSizeTotalEventHandler

    Represents the method that handles the QueryRowHeightTotal event that can be marked as handled.

    GridRowEventHandler

    A method that represents a handler for the RowEnter, RowLeave, or RowSaved event.

    GridRowRangeEventHandler

    A method that represents a handler for the RowsDeleting event.

    GridSaveCellInfoEventHandler

    Represents the method that handles a SaveCellInfo event which can be marked as handled.

    GridScrollPositionChangedEventHandler

    Represents a method that handles the VScrollPixelPosChanged and HScrollPixelPosChanged event.

    GridScrollPositionChangingEventHandler

    Represents a method that handles the VScrollPixelPosChanging and HScrollPixelPosChanging events.

    GridSelectionChangedEventHandler

    Represents the method that handles a SelectionChanged event.

    GridSelectionChangingEventHandler

    Represents the method that handles a cancelable SelectionChanging event.

    GridSelectionDragEventHandler

    Represents the method that handles a cancelable SelectionDragging or SelectionDragged event.

    GridValidateFailedEventHandler

    A method that represents a handler for the ValidateFailed event.

    GridWrapCellNextControlInFormEventHandler

    Represents the method that handles a cancelable WrapCellNextControlInForm event.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved