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

LayoutViewOptionsCarouselMode(LayoutView) Constructor

Initializes a new instance of the LayoutViewOptionsCarouselMode class.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public LayoutViewOptionsCarouselMode(
    LayoutView view
)

Parameters

Name Type Description
view LayoutView

A LayoutView object that will own the created object.

Remarks

This constructor is automatically called to initialize the LayoutView.OptionsCarouselMode property. Typically there is no need to call it directly from your code.

See Also