Skip to main content

TableView.HorizontalViewport Property

Gets the width of the view's client area.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public double HorizontalViewport { get; }

#Property Value

Type Description
Double

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

#Remarks

HorizontalViewport

#Implements

DevExpress.Xpf.Grid.ITableView.HorizontalViewport
See Also