Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Viewers Namespace / QueryViewerImageEventArgs Class / GridElement Property


In This Topic
    GridElement Property (QueryViewerImageEventArgs)
    In This Topic
    Gets the Xceed.Grid.GridElement associated with the Value.
    Syntax
    'Declaration
     
    Public ReadOnly Property GridElement As GridElement
    'Usage
     
    Dim instance As QueryViewerImageEventArgs
    Dim value As GridElement
     
    value = instance.GridElement
    public GridElement GridElement {get;}

    Property Value

    A reference to the Xceed.Grid.GridElement associated with the Value. The grid element is usually a Xceed.Grid.Cell or Xceed.Grid.Column and can be a null reference (Nothing in Visual Basic).
    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