Freigeben über


NavigationViewItem.IsChildSelected Eigenschaft

Definition

Ruft den Wert ab, der angibt, ob abhängiges Element ausgewählt ist oder nicht, oder legt diesen fest.

public:
 property bool IsChildSelected { bool get(); void set(bool value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="false")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="false")]
bool IsChildSelected();

void IsChildSelected(bool value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="false")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="false")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="false")]
bool IsChildSelected();

void IsChildSelected(bool value);
public bool IsChildSelected { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="false")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="false")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="false")]
public bool IsChildSelected { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="false")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="false")] set; }
var boolean = navigationViewItem.isChildSelected;
navigationViewItem.isChildSelected = boolean;
Public Property IsChildSelected As Boolean
<NavigationViewItem IsChildSelected="True" .../>

Eigenschaftswert

Boolean

bool

true , wenn das untergeordnete Element derzeit ausgewählt ist, andernfalls false. Der Standardwert ist false.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: