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

LayoutViewHitInfo.InSingleModeButton Property

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

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public virtual bool InSingleModeButton { get; }

Property Value

Type Description
Boolean

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

See Also