CardOptionsBehavior(ColumnView) Constructor
Initializes a new instance of the CardOptionsBehavior class with the specified owning View.
Namespace: DevExpress.XtraGrid.Views.Card
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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