Skip to main content
A newer version of this page is available. .

XlDataValidation.InputPrompt Property

Gets or sets the text for the input prompt message.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public string InputPrompt { get; set; }

Property Value

Type Description
String

A String that is the message text.

Remarks

The input prompt message is displayed near the cell, as shown below:

DataValidationInputMessage

Use the XlDataValidation.ShowInputMessage property to display or hide it.

See Also