Skip to main content

LayoutItemDifferences.Item[LayoutItemDifferenceType] Property

Gets or sets a value for a specific item(card field) setting.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public object this[LayoutItemDifferenceType type] { get; set; }

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