NavigationView.Base Property

Definition

Gets the base entry that this entry inherits settings from.

public:
 property System::String ^ Base { System::String ^ get(); void set(System::String ^ value); };
[System.Xml.Serialization.XmlAttribute]
public string Base { get; set; }
[<System.Xml.Serialization.XmlAttribute>]
member this.Base : string with get, set
Public Property Base As String

Property Value

The base entry.

Attributes

Applies to