Skip to main content

DataGridViewScrolledEventArgs.ViewportWidth Property

Gets the width 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 ViewportWidth { get; }

Property Value

Type Description
Double

The width of the DevExpress.Maui.CollectionView viewport.

See Also