LayoutViewCardDifferences.RemoveItemDifferences(String) Method
Removes all the difference records for the specified layout item (card field).
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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