The following tables list the members exposed by QueryViewerFittedWidthEventArgs.
Public Constructors
| Name | Description |
| QueryViewerFittedWidthEventArgs Constructor | Initializes a new instance of the QueryViewerFittedWidthEventArgs class specifying the cell whose content
is to be displayed as well as various information required to calculate the viewers's fitted width. |
Top
Public Properties
| Name | Description |
| Cell | Gets the Xceed.Grid.Cell whose content is to be displayed. |
| FittedWidth | Gets or sets the fitted width of the viewer. |
| Graphics | Gets the Graphics object used to paint. |
| Mode | This property is reserved for future use. |
| Printing | Gets a boolean value indicating if the viewer is being printed. |
Top
See Also