Skip to main content

LayoutViewCardDifferences.RemoveItemDifferences(String) Method

Removes all the difference records for the specified layout item (card field).

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public void RemoveItemDifferences(
    string itemName
)

Parameters

Name Type Description
itemName String

A string that identifies the layout item (card field).

Remarks

The itemName parameter specifies a card field’s name (the name of a corresponding LayoutViewField object). Groups, tabbed groups, separators, etc are also identified by names.

See Also