Enum CurrentContainerViewPlacement
Identifies the placement of current ContainerView in ContainerViewList.
Namespace: DevZest.Data.Presenters.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public enum CurrentContainerViewPlacement
Fields
| Name | Description |
|---|---|
| AfterList | The current ContainerView is after the visible list of ContainerView objects. |
| Alone | The current ContainerView is the only item in ContainerViewList. |
| BeforeList | The current ContainerView is before the visible list of ContainerView objects. |
| None | The ContainerViewList is empty and there is no current ContainerView. |
| WithinList | The current ContainerView is visible and surrounded by other visible ContainerView objects. |