Search
IValidation.ShowInputMessage Property
See Also
 






Gets or sets a value indicating whether to display information message when a cell in the validated range is selected.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

bool ShowInputMessage { get; set; }

Visual Basic  Copy Code

Property ShowInputMessage As Boolean

 Property Value

true to display information tooltip when an associated cell is selected; otherwise, false.

 See Also