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

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

Syntax

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

Remarks

This is a dependency property.

See Also