Table of Contents

TDataValidationInfo.ErrorBoxText Property

Text on the Error Alert box. Note that this text cannot be longer than 225 characters. Extra characters will be truncated. If this parameter is null, the default Error alert will be displayed. If ShowErrorBox is false, this parameter does nothing.

Syntax

Namespace: FlexCel.Core

public String ErrorBoxText { get; set; }

See also