ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridViewport Class / LastVisibleColumn Property

In This Topic
    LastVisibleColumn Property (DataGridViewport)
    In This Topic
    Gets the right most visible column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LastVisibleColumn As Integer
    public int LastVisibleColumn {get;}

    Property Value

    The right most visible column.
    See Also