IButtonControl.ValidationGroup Propriedade
Definição
Obtém ou define o nome para o grupo de controles para os quais o controle de botão aciona a validação quando posta de volta no servidor.Gets or sets the name for the group of controls for which the button control causes validation when it posts back to the server.
public:
property System::String ^ ValidationGroup { System::String ^ get(); void set(System::String ^ value); };
public string ValidationGroup { get; set; }
member this.ValidationGroup : string with get, set
Public Property ValidationGroup As String
Valor da propriedade
O nome do grupo de controles para o qual o controle de botão causa a validação quando ele é Postado de volta ao servidor.The name for the group of controls for which the button control causes validation when it posts back to the server.
Comentários
Um controle que implementa a IButtonControl interface deve implementar a ValidationGroup propriedade para indicar o nome do grupo de controles para o qual o controle de botão causa a validação quando ele faz o postback para o servidor.A control that implements the IButtonControl interface must implement the ValidationGroup property to indicate the name for the group of controls for which the button control causes validation when it posts back to the server.