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

In This Topic
    Size Property (DataGridViewport)
    In This Topic
    Gets the size of the viewport.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Size As Size
    public Size Size {get;}

    Property Value

    The size of the viewport.
    See Also