NFX.WinForms.Controls.GridKit NamespaceNFX Class Library

[This is preliminary documentation and is subject to change.]

[Deprecated] Windows Forms support for building flexible grids
Classes

  ClassDescription
Public classCellElement
Represents a cell in a grid
Public classCellView
Provides a viewport for grid cells
Public classColumn
Represents grid column definition
Public classColumn TRow, TValue 
Represents typed grid column definition
Protected classColumnList
Protected classColumnResizeElement
Represents a cell in a grid
Public classCommentElement
Represents a comment hover element for grid
Public classGrid
Implements a Grid control base. DataRowSource is a list of row objects - if it changes in separate thread then it is row's responsibility to synchronize accessors as this grid makes no assumptions about thread safety
Public classNotifyDataSourceChangedEventArgs
Public classRowMap
Holds mappings of rows to grid vertical plane
Public classRowMapEntry
Contains mapping information of rows to vertical grid plane
Delegates

  DelegateDescription
Public delegateCellSelectionEventHandler
Event handler that gets called after usee select a cell
Public delegateColumnAttributesChangedEventHandler
Public delegateGetCommentHandler TRow 
Event handler that gets comment value(if any) for the cell
Public delegateGetHasValueHandler TRow, TValue 
Event handler that determine whether row has data for this column
Public delegateGetValueHandler TRow, TValue 
Event handler that gets data for columns from rows
Public delegateNotifyDataSourceChangedEventHandler