Skip to main content

TileViewOptionsView Class

Provides global settings that affect the entire Tile View.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public class TileViewOptionsView :
    ColumnViewOptionsView

The following members return TileViewOptionsView objects:

Remarks

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

See Also