Table of Contents

Method SetErrorStatus

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

SetErrorStatus(object?, bool, string?)

Sets validation error status for the specified control.

void SetErrorStatus(object? sender, bool showError, string? errorText)

Parameters

sender object

Control with a validation error.

showError bool

Indicates whether to show/hide error.

errorText string

Specifies error text.