Fernando Cerqueira Web Site
Consultor,Arquiteto de Aplicações,Especialista Microsoft .NET
Friday, July 30, 2010
AttachedErrorMessage Demonstration
Dependency Properties

ElementValidator: Name of Element to validate. This property is Required.

ElementError: Name of Element to receiver list Errors. Default value is Empty. If Type of element is TextBox the list of errors will be separated by commas. If Type of element is Panel the list of errors will be created in a StackPanel and included within the Panel. If ohter type the list of errors will not be shown.

ErrorBackground: Background color the list of errors. Default value is null.

ErrorForeground: Foreground color the list of errors. Default value is null.

ErrorFontFamily: FontFamily the list of errors. Default value is null.

ErrorFontSize: FontSize the list of errors. Default value is null.

ErrorFontWeight: FontWeight the list of errors. Default value is null.