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