SplitView.Pane Property

Definition

Gets or sets the contents of the pane of a SplitView.

public:
 property UIElement ^ Pane { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Pane();

void Pane(UIElement value);
public UIElement Pane { get; set; }
var uIElement = splitView.pane;
splitView.pane = uIElement;
Public Property Pane As UIElement
<SplitView>
  singleObject
  <SplitView.Pane>
    singleObject
  </SplitView.Pane
</SplitView>

Property Value

The contents of the pane of a SplitView. The default is null.

Applies to