Skip to main content

ITileContainerDefaultProperties.ActualOptionsLayout Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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