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

TileViewOptionsView Class

Provides global settings that affect the entire Tile View.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public class TileViewOptionsView :
    ColumnViewOptionsView

The following members return TileViewOptionsView objects:

Remarks

To access the TileViewOptionsView settings, utilize the TileView.OptionsView property.

See Also