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

LayoutViewCardDifferences.HasDifferences Property

Gets whether the LayoutViewCardDifferences object has any difference records.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public bool HasDifferences { get; }

Property Value

Type Description
Boolean

true if there are no difference records; otherwise, false.

See Also