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

CardOptionsBehavior(ColumnView) Constructor

Initializes a new instance of the CardOptionsBehavior class with the specified owning View.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public CardOptionsBehavior(
    ColumnView view
)

Parameters

Name Type Description
view ColumnView

A ColumnView descendant which represents a Card View whose behavior options are initialized.

Remarks

This constructor is automatically called when a Card View initializes its CardView.OptionsBehavior property.

See Also