[]
        
(Showing Draft Content)

C1.WPF.Schedule.ValidationErrorIndicator

ValidationErrorIndicator Class

The ValidationErrorIndicator represents the framework element used for collecting validation errors.

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class ValidationErrorIndicator : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
ValidationErrorIndicator()

Fields

Name Description
HasErrorsProperty

Identifies the HasErrors dependency property.

HasNoErrorsProperty

Identifies the HasNoErrors dependency property.

SourceElementProperty

Identifies the SourceElement dependency property.

Properties

Name Description
HasErrors

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

HasNoErrors

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

SourceElement

Gets or sets a UIElement for which validation errors should be collected.

Methods

Name Description
OnInitialized(EventArgs)

Overrides the default behavior.