Skip to main content
A newer version of this page is available. .

LayoutViewCardDifferences(LayoutViewCard) Constructor

Initializes a new instance of the LayoutViewCardDifferences class.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

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