Table of Contents

TDataValidationInfo.ErrorBoxCaption Property

Caption of the Error Alert box. Note that this text cannot be longer than 32 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 ErrorBoxCaption { get; set; }

See also