Back to Devexpress

TileViewOptionsView Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-84efaf8e.md

latest1.8 KB
Original Source

TileViewOptionsView Class

Provides global settings that affect the entire Tile View.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class TileViewOptionsView :
    ColumnViewOptionsView
vb
Public Class TileViewOptionsView
    Inherits ColumnViewOptionsView

The following members return TileViewOptionsView objects:

Remarks

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

Inheritance

Object ViewStatePersisterCore BaseOptions ViewBaseOptions ColumnViewOptionsView TileViewOptionsView

See Also

TileViewOptionsView Members

DevExpress.XtraGrid.Views.Tile Namespace