LayoutViewCardDifferences.Item[String] Property
Provides access to difference records for a specific 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 |
---|---|---|
name | String | A string that identifies the layout item (card field). |
Property Value
Type | Description |
---|---|
LayoutItemDifferences | A LayoutItemDifferences object that summarizes all difference records for a specific layout item (card field). |
Remarks
The name 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