Skip to main content

LayoutItemDifferences.Pairs Property

Contains difference records for a specific layout item (card field), identifying how the item’s settings differ from the default settings.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public Dictionary<LayoutItemDifferenceType, object> Pairs { get; }

Property Value

Type Description
Dictionary<LayoutItemDifferenceType, Object>

A Dictionary<LayoutItemDifferenceType, Object> object.

Remarks

Keys in the Pairs object, represented by LayoutItemDifferenceType values, identify item settings. Values in the Pairs object specify values of the corresponding item settings. For information on values of item settings, see the LayoutItemDifferenceType topic.

See Also