Skip to content

ILayoutPreviousContainer

Dirkster99 edited this page May 11, 2019 · 1 revision

The internal interface ILayoutPreviousContainer can be used to get/set the ILayoutContainer PreviousContainer property which can be used to determine the object in which this Layout item has been docked previously.

This interface also contains a string PreviousContainerId which can be used to identify the id of the object in which this Layout item has been docked previously

Properties

  • ILayoutContainer PreviousContainer { get; set; }

  • string PreviousContainerId { get; set; }

Demo Projects

Controls

Layout Models

Interfaces

Class Designs

Bugs

Manual Tests

Clone this wiki locally