Table of Contents

TDataValidationInfo.InputBoxText Property

Text on the Input Message box. Note that this text cannot be longer than 255 characters. Extra characters will be truncated. If this parameter is null, the Input box will display the default message. if ShowInputBox is false, this parameter does nothing.

Syntax

Namespace: FlexCel.Core

public String InputBoxText { get; set; }

See also