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