Skip to main content

TileViewOptionsBehavior(TileView) Constructor

Initializes a new instance of the TileViewOptionsBehavior class.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public TileViewOptionsBehavior(
    TileView view
)

Parameters

Name Type Description
view TileView

The owner of the created object.

See Also