Skip to main content
A newer version of this page is available. .

LayoutViewHitInfo.InCloseZoomButton Property

Gets whether the test point belongs to a View’s Zoom Button.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public virtual bool InCloseZoomButton { get; }

Property Value

Type Description
Boolean

true if the test point belongs to a View’s Zoom Button; otherwise, false.

See Also