QueryableFilterUserControl.DefaultValues Propiedad

Definición

Obtiene los valores predeterminados asignados a la tabla.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ DefaultValues { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> DefaultValues { get; }
member this.DefaultValues : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property DefaultValues As IDictionary(Of String, Object)

Valor de propiedad

IDictionary<String,Object>

Valores predeterminados que están asignados a la tabla.

Se aplica a