Skip to main content

DataGridViewScrolledEventArgs.ViewportHeight Property

Gets the height of the DevExpress.Maui.CollectionView viewport (the visible area of the content).

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public double ViewportHeight { get; }

Property Value

Type Description
Double

The height of the DevExpress.Maui.CollectionView viewport.

See Also