Table of Contents

Method ReportErrorEmptyText

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

ReportErrorEmptyText(Action<string>?)

Reports an error if Text property is empty and it is not allowed (AllowEmptyText is false).

public virtual bool ReportErrorEmptyText(Action<string>? errorEnumerator = null)

Parameters

errorEnumerator Action<string>

Returns

bool