Skip to main content

TileViewItemOptions(TileView) Constructor

Initializes a new instance of the TileViewItemOptions class with the specified settings.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public TileViewItemOptions(
    TileView tileview
)

Parameters

Name Type Description
tileview TileView

A TileView that owns the newly created TileViewItemOptions object.

See Also