WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridHitTestInfo Class / Column Property
In This Topic
    Column Property (GridHitTestInfo)
    In This Topic
    Gets the index of the column at the specified location.
    Syntax
    public int Column {get;}
    Remarks
    If there is no column at the specified location, this property returns -1.
    See Also