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

TileViewOptionsBehavior(TileView) Constructor

Initializes a new instance of the TileViewOptionsBehavior class.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public TileViewOptionsBehavior(
    TileView view
)

Parameters

Name Type Description
view TileView

The owner of the created object.

See Also