In This Article

XmlNavigationPane Class

Represents a serializable version of the NavigationPane class, used for saving to XML layout.

public class XmlNavigationPane : XmlObjectBase
Inheritance:
object XmlObjectBase object

Constructors

XmlNavigationPane()

Initializes an instance of the class.

public XmlNavigationPane()

Properties

Name

Gets or sets the name of the pane.

public string Name { get; set; }

Property Value

string:

The name of the pane.

Visibility

Gets or sets the Visibility of the pane.

public Visibility Visibility { get; set; }

Property Value

Visibility:

The Visibility of the pane.

Inherited Members