Namespace Syncfusion.Windows.Forms.CellGrid.Helpers
Classes
CellCommentOpeningEventArgs
Represents a class which holds the properties of cell comment opening event. |
CellContextMenuOpeningEventArgs
Event Handler to Handle the CellContextMenuOpening Event which can be marked as Handled. |
CellRequestNavigateEventArgs
Represents a class which holds the properties of CellRequest Navigate Event. |
CellTooltipOpeningEventArgs
Represents a class which holds the properties of Cell Tooltip opening event. |
CurrentCellActivatedEventArgs
Represents a class which holds the properties of current cell Activated event. |
CurrentCellActivatingEventArgs
Represents a class which holds the properties of CurrentCell Activating Event. |
CurrentCellBeginEditEventArgs
Represents the class which holds the properties of CurrentCellBeginEdit Event. |
CurrentCellEndEditEventArgs
Represents a class which holds the properties of CurrentCell EndEdit event. |
CurrentCellValidatedEventArgs
Represents a class which holds the properties of CurrentCell Validated event. |
CurrentCellValidatingEventArgs
Represents a class which holds the properties of CurrentCell Validating event. |
CurrentCellValueChangedEventArgs
Represents a class which holds the properties of CurrentCell ValueChanged event. |
GridCancelEventArgs
Provides data for a cancellable event. |
GridCancelRoutedEventArgs
Represents a class which holds the properties of Grid CancelRouted Event. |
GridCellClickEventArgs
Represents a class which holds the properties of Grid CellClick Event. |
GridCutPasteEventArgs |
GridEventArgs
This is a base class for events of the Syncfusion libraries. It supports writing properties in its ToString() method. |
GridFloatingCellHelper
Helper class is used for calculating the floating cell size when text size exceeds the cell size Calculate the floating cell size based on horizontal alignment like left, right or center and TextWrapping. Set and Reset the flood cells when used by the floating cells. The floating cell size, position and range will be stored in properties where in GridColumn are FloatingCellSize, FloatingCellStartPosition, and FloatingCellRange. Set and reset the clipped region in FloatingCellClippedRegion in GridColumn for clip the floating cell while scrolling. Set the display text size in DisplayTextSize in GridColumn which will be calculated when update the column Reset the flood cells. While editing current cell moves to out of view then reset the flood cells Based on alignment, Alt+Enter or floating cell height changed while editing when next or previous column goes to out of view, set and reset the floating cell selection border thickness. Check the current row column index in flood cell based on mouse point for selection. |
GridHandledEventArgs
Provides data for a event that can be handled by a subscriber and overrides the event's default behavior. |
GridRangeInsertedEventArgs
Provides data about the |
GridRangeRemovedEventArgs
Provides data about the |
GridRoutedEventArgs
This is a base class for events of the Syncfusion libraries. It supports writing properties in its ToString() method. |
GridValueEventArgs<T>
Provides a generic handler for holding simple data. |
ResizingColumnsEventArgs
Represents a class which holds the properties of Resizing ColumnEvent. |
ResizingRowsEventArgs
Represents a class which holds the properties of Resizing row Event |
SelectionChangedEventArgs
Represents a class which holds the properties of Selection changed Event. |
SelectionChangingEventArgs
Represents a class which holds the properties of Selection changing event. |
Enums
ActivationTrigger
Specifies the activation trigger options |
AutoScrollOrientation
Specifies horizontal or vertical autoscrolling. |
CopyPasteOptions
Defines copypaste options. |
EditorSelectionBehavior
Specifies the selection behavior options when enter into edit mode |
EditTrigger
Specifies the edit trigger options |
GridResizeToFitOptions
Specifies options for a ResizeColumnsToFit or ResizeRowsToFit method call. The options can be combined. |
ImportMode
Specifies the importing mode options |
PrecedenceStyle
Specifies the precedence style options. |
ResizingReason
A ResizingReason is used by ResizingColumnsEventArgs and ResizingRowsEventArgs to give a hint about the current state of the user action and reason for this event. |
Delegates
CellCommentOpeningEventHandler
Represents a method that will handle the cell comment opening event. |
CellContextMenuOpeningEventHandler
Gets or Sets the Style for a cell. Represents the method that handles a QueryContextMenuOpening event... |
CellRequestNavigateEventHandler
Represents a method that will handle the CellRequest Navigate Event. |
CellTooltipOpeningEventHandler
Represents a method that will handle the cell Tooltip opening event. |
CurrentCellActivatedEventHandler
Represents a method that will handle the CurrentCell Activated Event |
CurrentCellActivatingEventHandler
Represents a method that will handle the CurrentCell Activating Event. |
CurrentCellBeginEditEventHandler
Represents a method that will handle the CurrentCell BeginEdit Event. |
CurrentCellEndEditEventHandler
Represents a method that will handle the CurrentCell EndEdit event. |
CurrentCellValidatedEventHandler
Represents a method that will handle the CurrentCell Validated event. |
CurrentCellValidatingEventHandler
Represents a method that will handle the CurrentCell Validating event. |
CurrentCellValueChangedEventhandler
Represents a method that will handle the currentcell value changed event. |
GridCancelEventHandler
Represents a method that will handle the Grid CancelEvent. |
GridCancelRoutedEventHandler
Represents a method that will handle the Grid CancelRouted Event. |
GridCellClickEventHandler
Represents a method that will handle the Grid CellClick Event. |
GridCutPasteEventHandler
Represents the method that handles the |
GridRangeInsertedEventHandler
Represents the method that handles the |
GridRangeRemovedEventHandler
Represents the method that handles |
GridRoutedEventHandler
Represents a method that will handlw the Grid RoutedEvent. |
ResizingColumnsEventHandler
Represents a method that will handle the Resizing column Event. |
ResizingRowsEventHandler
Represents a method that will handle the Resizing row Event. |
SelectionChangedEventHandler
Represents a method that will handle the Selection Changed Event. |
SelectionChangingEventHandler
Represents a method that will handle the Selection changing event. |