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

LayoutViewCardDifferences.RemoveItemDifference(String, LayoutItemDifferenceType) Method

Removes the difference record of the specified type for the specified layout item (card field).

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public void RemoveItemDifference(
    string itemName,
    LayoutItemDifferenceType type
)

Parameters

Name Type Description
itemName String

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

type LayoutItemDifferenceType

A LayoutItemDifferenceType value that represents the modified setting to be removed.

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