Back to Devexpress

TileViewOptionsBehavior Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-997e02da.md

latest1.9 KB
Original Source

TileViewOptionsBehavior Class

Provides behavior options for the TileView.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class TileViewOptionsBehavior :
    ColumnViewOptionsBehavior
vb
Public Class TileViewOptionsBehavior
    Inherits ColumnViewOptionsBehavior

The following members return TileViewOptionsBehavior objects:

Remarks

Use the TileView.OptionsBehavior property to access and customize behavior options for the TileView.

Inheritance

Object ViewStatePersisterCore BaseOptions ViewBaseOptions ColumnViewOptionsBehavior TileViewOptionsBehavior

See Also

TileViewOptionsBehavior Members

DevExpress.XtraGrid.Views.Tile Namespace