Back to Devexpress

TileView.OptionsLayout Property

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

latest1.8 KB
Original Source

TileView.OptionsLayout Property

Provides access to options that specify how the layout is stored to and restored from a storage (a stream, xml file, or system registry).

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 TileViewOptionsLayout OptionsLayout { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(4)>
Public ReadOnly Property OptionsLayout As TileViewOptionsLayout

Property Value

TypeDescription
TileViewOptionsLayout

An object that represents a set of options.

|

See Also

Save and Restore Layouts of DevExpress controls

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace