ClassListDataValidationRuleContext
Class
Configuration context for list-based data validation rules that restrict cell values to a predefined list of options.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.DataValidation
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class ListDataValidationRuleContext : SingleArgumentDataValidationRuleContext
Inheritance: objectDataValidationRuleContextBaseSingleArgumentDataValidationRuleContextListDataValidationRuleContext
Inherited Members
Constructors
ListDataValidationRuleContext(Worksheet, CellIndex)
Initializes a new instance of the ListDataValidationRuleContext class.
ListDataValidationRuleContext(Worksheet, int, int)
Initializes a new instance of the ListDataValidationRuleContext class.
Properties
InCellDropdown
Controls whether a dropdown selector is displayed in the cell for choosing from the list of valid values.
Declaration
cs-api-definition
public bool InCellDropdown { get; set; }
Property Value
The a value indicating if an cell dropdown should be shown.