DataGridViewScrolledEventArgs.ViewportHeight Property
In This Article
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
C#
public double ViewportHeight { get; }
#Property Value
Type | Description |
---|---|
Double | The height of the DevExpress. |
See Also