C# (CSharp) SourceGrid Namespace

Nested Namespaces

SourceGrid.Cells
SourceGrid.Controllers
SourceGrid.Decorators
SourceGrid.Exporter
SourceGrid.Selection
SourceGrid.Styles

Classes

Name Description
CellCancelEventArgs
CellCollection A collection of elements of type Cells.ICellVirtual
CellCollection.Enumerator Type-specific enumeration class, used by CellBaseCollection.GetEnumerator.
CellContext Structure that represents a logical cell, composed by a ICellVirtual, a Position and a GridVirtual. This is an important structure used to manipulate the cell object, both virtual and real.
CellContextEventArgs
ChangeActivePositionEventArgs Cell Lost Focus event arguments with the old position and the new position. Extends PositionCancelEventArgs.
ColumnCancelEventArgs EventArgs used by the FocusColumnLeaving
ColumnEventArgs EventArgs used by the FocusColumnEnter
ColumnInfoEventArgs
ControlsRepository A dictionary with keys of type Guid and values of type Control
CustomScrollControl
DisplayStringCellComparer A comparer for the Cell class. (Not for CellVirtual). Using the DisplayString of the cell.
EditingCellException
ExceptionEventArgs
Grid
Grid.GridColumn
Grid.GridColumns
Grid.GridRow
Grid.GridRows
GridSubPanel
GridSubPanelBase
GridSubPanelHidden
GridVirtual
HighlightedRange HighlightedRange allows to highlight a range of cells.
IndexRangeEventArgs
MultiColumnsComparer A comparer used to sort more than one columns.
Position
Range
RangeCancelEventArgs
RangeData
RangeEventArgs
RangeFixedCols Represents a range that contains only fixed cols
RangeFixedRows Represents a range that contains only fixed rows
RangeFullGrid Represents a range that contains all the grid
RangeFullGridNoFixedCols Represents a range that contains all the grid with no fixed cols
RangeFullGridNoFixedRows Represents a range that contains all the grid with no fixed rows
RangeLoader Range custom
RangePaintEventArgs
RangeRegion RangeRegion is a collection of range that are never overlying each other.
RangeRegionCancelEventArgs
RangeRegionChangingEventArgs
RangeRegionEventArgs
RowCancelEventArgs EventArgs used by the FocusRowLeaving
RowEventArgs EventArgs used by the FocusRowEnter
RowInfoEventArgs
ScrollPositionChangedEventArgs
SelectionChangeEventArgs
SortRangeRowsEventArgs
SourceGridException
ValidatingCellEventArgs
ValueCellComparer A comparer for the Cell class. (Not for CellVirtual). Using the value of the cell.