DataGridViewScrolledEventArgs.ExtentHeight Property
In This Article
Gets a vertical size of the extent.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public double ExtentHeight { get; }
#Property Value
Type | Description |
---|---|
Double | An extent size. |
See Also