LayoutItemDifferences.Item[LayoutItemDifferenceType] Property
Gets or sets a value for a specific item(card field) setting.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
type | LayoutItemDifferenceType | Identifies the item setting whose value is set or retrieved. |
Property Value
Type | Description |
---|---|
Object | A value for an item setting. For infromation on values for specific item settings, see the LayoutItemDifferenceType topic. |
See Also