Gets a Boolean value determining whether the Source element has validation errors.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public bool HasErrors { get; }
Visual Basic (Declaration)
Public ReadOnly Property HasErrors As Boolean
	Get

Remarks

This is a dependency property.

See Also