Fernando Cerqueira Web Site
Consultor,Arquiteto de Aplicações,Especialista Microsoft .NET
Sunday, February 05, 2012
ButtonValidator and Hyperlinkbutton Demonstration

ButtonValidator and Hyperlinkbutton are an Silverlight controls to automatically run the validators before you run the Click event. Only if the validation is successful the click event is fired.

Dependency Properties

GroupValidator: The name of the validation group to which this validation control belongs.Default value is empty.

ValidateAllGroups: If true, validation all groups.