Skip to main content

CardOptionsBehavior(ColumnView) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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