Show / Hide Table of Contents

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.

Extension Methods

ColumnExtensions.WithDefaultValue<CurrentContainerViewPlacement, TValue>(TValue, String, String)
ColumnExtensions.WithValueComparer<CurrentContainerViewPlacement, TValue>(IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest