Search
IValidation.ShowDropdownList Property
See Also
 






Gets or sets a value indicating whether to display drop-down list when a cell in the validated range is selected and the validation type is set to List.

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

 Syntax

C#  Copy Code

bool ShowDropdownList { get; set; }

Visual Basic  Copy Code

Property ShowDropdownList As Boolean

 Property Value

true to display a drop-down list when the associated cell is selected; otherwise, false.

 See Also