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


In This Topic
    QueryViewerControlBoundsEventArgs Class Members
    In This Topic

    The following tables list the members exposed by QueryViewerControlBoundsEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the QueryViewerControlBoundsEventArgs class specifying the cell to be viewed, the control used to view the cell's content, as well as various information required to calculate the control's bounds.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the bounds to the control.  
    Public PropertyGets the Xceed.Grid.Cell whose content is being displayed. (Inherited from Xceed.Grid.Viewers.CellViewerEventArgs)
    Public PropertyGets the System.Windows.Forms.Control used to view the content of the Cell. (Inherited from Xceed.Grid.Viewers.CellViewerEventArgs)
    Top
    See Also