A newer version of this page is available.
Switch to the current version.
TileControl.OptionsLayout Property
Provides access to advanced layout TileControl settings.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v19.1.dll
Declaration
[DXCategory("Options")]
public TileControlOptionsLayout OptionsLayout { get; }
<DXCategory("Options")>
Public ReadOnly Property OptionsLayout As TileControlOptionsLayout
Property Value
Type | Description |
---|---|
DevExpress.XtraEditors.TileControlOptionsLayout | A DevExpress.XtraEditors.TileControlOptionsLayout object that stores advanced layout TileControl settings. |
Remarks
Using properties accessed through the OptionsLayout group, you can specify whether or not tile content, tile layout settings or both content and layout settings should be saved and restored when using the Save and Restore Layout feature.
Implements
DevExpress.XtraEditors.ITileControlProperties.OptionsLayout
See Also
Feedback