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

ITileContainerDefaultProperties.ActualOptionsLayout Property

Returns the object that stores layout settings currently applied to this TileContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

TileControlOptionsLayout ActualOptionsLayout { get; }

Property Value

Type Description
DevExpress.XtraEditors.TileControlOptionsLayout

A DevExpress.XtraEditors.TileControlOptionsLayout object that stores layout settings currently applied to this TileContainer.

See Also