Skip to main content

CardOptionsView() Constructor

Creates a new instance of the CardOptionsView class.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public CardOptionsView()

Remarks

This constructor is called automatically when a CardView object initializes its CardView.OptionsView property. Usually, you will have no need to use this constructor in applications.

See Also