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

TileViewOptionsView(TileView) Constructor

Initializes a new instance of the TileViewOptionsView class with the default settings.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public TileViewOptionsView(
    TileView view
)

Parameters

Name Type Description
view TileView

A TileView that owns this TileViewOptionsView object.

See Also