Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Viewers Namespace / QueryViewerFittedWidthEventArgs Class
Members


In This Topic
    QueryViewerFittedWidthEventArgs Class
    In This Topic
    Provides information on the Xceed.Grid.Cell whose content is to be displayed in order to retrieve the viewer's fitted width.
    Syntax
    'Declaration
     
    Public Class QueryViewerFittedWidthEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As QueryViewerFittedWidthEventArgs
    public class QueryViewerFittedWidthEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Grid.Viewers.QueryViewerFittedWidthEventArgs

    Public Constructors
     NameDescription
    Public ConstructorInitializes 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
     NameDescription
    Public PropertyGets the Xceed.Grid.Cell whose content is to be displayed.  
    Public PropertyGets or sets the fitted width of the viewer.  
    Public PropertyGets the Graphics object used to paint.  
    Public PropertyThis property is reserved for future use.  
    Public PropertyGets a boolean value indicating if the viewer is being printed.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also