RibbonGallery.SelectedValuePath Property

Definition

Gets or sets the path that is used to get the SelectedValue of the SelectedItem in a RibbonGallery.

public:
 property System::String ^ SelectedValuePath { System::String ^ get(); void set(System::String ^ value); };
[System.Windows.Localizability(System.Windows.LocalizationCategory.NeverLocalize)]
public string SelectedValuePath { get; set; }
[<System.Windows.Localizability(System.Windows.LocalizationCategory.NeverLocalize)>]
member this.SelectedValuePath : string with get, set
Public Property SelectedValuePath As String

Property Value

The path that is used to get the SelectedValue of the SelectedItem. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.

Attributes

Remarks

Dependency Property Information

Identifier field SelectedValuePathProperty
Metadata properties set to true None

Applies to

See also