Table of Contents
SplitViewChildView Enumeration

Specifies one of the child view of the SplitView.

Namespace: EO.Wpf
Assembly: EO.Wpf (in EO.Wpf.dll)

Syntax
 public enum SplitViewChildView
Members
Member Name Description
None Represents neither View1 nor View2.
View1 Represents View1.
View2 Represents View2.
See Also