Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Viewers Namespace / QueryViewerFittedHeightEventArgs Class
Properties


In This Topic
    QueryViewerFittedHeightEventArgs Class Members
    In This Topic

    The following tables list the members exposed by QueryViewerFittedHeightEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the QueryViewerFittedHeightEventArgs specifying the cell whose content is to be displayed as well as various information required to calculate the baseline.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the Xceed.Grid.Cell whose content is to be displayed.  
    Public PropertyGets the display width of the cell.  
    Public PropertyGets or sets the fitted height of the viewer.  
    Public PropertyGets the Graphics object used to paint.  
    Public PropertyGets an Xceed.Grid.AutoHeightMode value indicating in regards to what factors the fitted height of the viewer will be calculated.  
    Public PropertyGets a boolean value indicating if the viewer is being printed.  
    Top
    See Also