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