Back to Devexpress

TileView.OptionsList Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-fad04fa5.md

latest1.6 KB
Original Source

TileView.OptionsList Property

Contains options related to the TileViewLayoutMode.List layout mode.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public TileViewOptionsList OptionsList { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(4)>
Public ReadOnly Property OptionsList As TileViewOptionsList

Property Value

TypeDescription
DevExpress.XtraGrid.Views.Tile.TileViewOptionsList

Options related to the TileViewLayoutMode.List layout mode.

|

See Also

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace