Skip to main content

LayoutViewCardDifferences(LayoutViewCard) Constructor

Initializes a new instance of the LayoutViewCardDifferences class.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public LayoutViewCardDifferences(
    LayoutViewCard card
)

Parameters

Name Type Description
card LayoutViewCard

A LayoutViewCard object whose differences from the default card are collected by the created object.

See Also