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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public TileViewOptionsLayout OptionsLayout { get; }
Property Value
Type | Description |
---|---|
TileViewOptionsLayout | An object that represents a set of options. |
See Also