QueryableFilterUserControl.DefaultValue Propriedade
Definição
Obtém os valores padrão que são mapeados para a tabela.Gets the default values that are mapped for the table.
public:
property System::String ^ DefaultValue { System::String ^ get(); };
public string DefaultValue { get; }
member this.DefaultValue : string
Public ReadOnly Property DefaultValue As String
Valor da propriedade
Os valores padrão que são mapeados para a tabela.The default values that are mapped for the table.
Comentários
Por padrão, Dados Dinâmicos fornece modelos de filtro booliano, chave estrangeira e enumeração.By default, Dynamic Data provides Boolean, foreign-key, and enumeration filter templates.