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

TileView.OptionsList Property

Contains options related to the TileViewLayoutMode.List layout mode.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public TileViewOptionsList OptionsList { get; }

Property Value

Type Description
DevExpress.XtraGrid.Views.Tile.TileViewOptionsList

Options related to the TileViewLayoutMode.List layout mode.

See Also