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

TileControl.OptionsLayout Property

Provides access to advanced layout TileControl settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Options")]
public TileControlOptionsLayout OptionsLayout { get; }

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.

See Also