Class | Description | |
---|---|---|
CellViewerEventArgs | Provides information on the cell and the control used to view its content. | |
CellViewerManager | The 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. | |
CellViewerPaintEventArgs | Provides information on the cell for which the viewer provides custom painting. | |
CheckBoxViewer | Represents a viewer that is used to view the content of cells which have a boolean value. | |
ComboBoxViewer | The ComboBoxViewer class represents a viewer that can be used to display the content of cells which have an ID/Value mapping. | |
DateViewer | The DateViewer class represents a viewer that can be used to view the content of cells which have a System.DateTime datatype. | |
ImageViewer | Represents a viewer that is used to display an image in a cell. | |
NumericViewer | Represents a cell viewer that can be used to view the content of cells which have a numeric data type. | |
QueryViewerControlBoundsEventArgs | Provides 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. | |
QueryViewerFittedHeightEventArgs | Provides information on the cell whose content is to be displayed as well as various information required to calculate the baseline. | |
QueryViewerFittedWidthEventArgs | Provides information on the Xceed.Grid.Cell whose content is to be displayed in order to retrieve the viewer's fitted width. | |
QueryViewerImageEventArgs | Provides information on the CellViewerManager's image. | |
QueryViewerTextEventArgs | Provides information on the CellViewerManager's text. | |
TextViewer | Represents a viewer that is used to view the content of cells as text. |