Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Viewers Namespace
Inheritance Hierarchy
Xceed.Grid.v4.3 Assembly : Xceed.Grid.Viewers Namespace
The Xceed.Grid.Viewers namespace regroups all the classes which can be used to view the content of cells.
Classes
 ClassDescription
ClassProvides information on the cell and the control used to view its content.
ClassThe CellViewerManager class allows for any control to be used as a viewer to display the content of a cell as well as allows custom painting of a cell's background and foreground.
ClassProvides information on the cell for which the viewer provides custom painting.
ClassRepresents a viewer that is used to view the content of cells which have a boolean value.
ClassThe ComboBoxViewer class represents a viewer that can be used to display the content of cells which have an ID/Value mapping.
ClassThe DateViewer class represents a viewer that can be used to view the content of cells which have a System.DateTime datatype.
ClassRepresents a viewer that is used to display an image in a cell.
ClassRepresents a cell viewer that can be used to view the content of cells which have a numeric data type.
ClassProvides information on the Xceed.Grid.Cell to be viewed as well as the System.Windows.Forms.Control used to view the cell's content in order to calculate the viewer's bounds.
ClassProvides information on the cell whose content is to be displayed as well as various information required to calculate the baseline.
ClassProvides information on the Xceed.Grid.Cell whose content is to be displayed in order to retrieve the viewer's fitted width.
ClassProvides information on the CellViewerManager's image.
ClassProvides information on the CellViewerManager's text.
ClassRepresents a viewer that is used to view the content of cells as text.
Delegates
 DelegateDescription
DelegateRepresents the method that will handle various CellViewerManager events.
DelegateRepresents the method that will handle the CellViewerManager.Paint event.
DelegateRepresents the method that will handle the CellViewerManager.QueryControlBounds event.
DelegateRepresents the method that will handle the CellViewerManager.QueryFittedHeight event.
DelegateRepresents the method that will handle the CellViewerManager.QueryFittedWidth event.
DelegateRepresents the method that will handle the CellViewerManager.QueryImage event.
DelegateRepresents the method that will handle the CellViewerManager.QueryText event.
Enumerations
 EnumerationDescription
EnumerationValue representing the alignment of a CellViewerManager's image in the CellViewerManager.ImageArea.
See Also

Reference

Xceed.Grid.v4.3 Assembly