Table of Contents

Method GetErrors

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetErrors(string?)

Gets the validation errors for this control and its child controls.

public virtual IEnumerable GetErrors(string? propertyName = null)

Parameters

propertyName string

The name of the property to retrieve validation errors for; or null or Empty, to retrieve entity-level errors.

Returns

IEnumerable

The validation errors for this control and its child controls.