Skip to main content

GridControl.HorizontalViewport Property

Gets the width of the grid’s client area.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double HorizontalViewport { get; }

Property Value

Type Description
Double

A Double value that specifies the client area’s width.

Remarks

client area

See Also