Compartir a través de


RibbonGallery.SelectedValuePath (Propiedad)

Obtiene o establece la ruta de acceso que se usa para obtener SelectedValue de SelectedItem en RibbonGallery.

Espacio de nombres:  Microsoft.Windows.Controls.Ribbon
Ensamblado:  RibbonControlsLibrary (en RibbonControlsLibrary.dll)

Sintaxis

'Declaración
<LocalizabilityAttribute(LocalizationCategory.NeverLocalize)> _
Public Property SelectedValuePath As String
    Get
    Set
[LocalizabilityAttribute(LocalizationCategory.NeverLocalize)]
public string SelectedValuePath { get; set; }
[LocalizabilityAttribute(LocalizationCategory::NeverLocalize)]
public:
property String^ SelectedValuePath {
    String^ get ();
    void set (String^ value);
}
[<LocalizabilityAttribute(LocalizationCategory.NeverLocalize)>]
member SelectedValuePath : string with get, set
function get SelectedValuePath () : String
function set SelectedValuePath (value : String)

Valor de propiedad

Tipo: System.String
Ruta de acceso que se usa para obtener la propiedad SelectedValue de SelectedItem.El valor predeterminado registrado es nullreferencia null (Nothing en Visual Basic).Para obtener más información sobre lo que puede afectar al valor, vea Prioridad de los valores de propiedades de dependencia.

Información sobre propiedades de dependencia

Campo de identificador

SelectedValuePathProperty

Propiedades de metadatos establecidas en true.

Ninguno

Seguridad de .NET Framework

Vea también

Referencia

RibbonGallery Clase

Microsoft.Windows.Controls.Ribbon (Espacio de nombres)

SelectedValue

SelectedItem