In This Article

XmlNavigationBarLayout Class

Represents the serializable root node for a NavigationBar layout.

public class XmlNavigationBarLayout : XmlObjectBase
Inheritance:
object XmlObjectBase object

Constructors

XmlNavigationBarLayout()

Initializes an instance of the class.

public XmlNavigationBarLayout()

Properties

Items

Gets the collection of items.

public XmlNavigationPaneCollection Items { get; }

Property Value

XmlNavigationPaneCollection:

The collection of items.

MaxLargePaneCount

Gets or sets the maximum number of large panes that should be displayed when space is available.

public int MaxLargePaneCount { get; set; }

Property Value

int:

The maximum number of large panes that should be displayed when space is available. The default value is 5.

SelectedPaneName

Gets or sets the name of the selected pane.

public string SelectedPaneName { get; set; }

Property Value

string:

The name of the selected pane.

Inherited Members