Skip to main content

LayoutViewHitInfo.InRowModeButton Property

Gets whether the test point belongs to the “One Row” button within the Header Panel.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public virtual bool InRowModeButton { get; }

Property Value

Type Description
Boolean

true if the test point belongs to the “One Row” button within the Header Panel; otherwise, false.

See Also