Version

ListDataValidationRule Class Properties

For a list of all members of this type, see ListDataValidationRule members.

Public Properties
 NameDescription
Public PropertyAllowNullGets or sets the value which indicates whether a null, or blank, value is allowed to be set on a cell. (Inherited from Infragistics.Documents.Excel.LimitedValueDataValidationRule)
Public PropertyErrorMessageDescriptionGets or sets the description which appears in the dialog box when an invalid value is applied to a cell in Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
Public PropertyErrorMessageTitleGets or sets the title which appears in the dialog box when an invalid value is applied to a cell in Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
Public PropertyErrorStyleGets or sets the value which indicates whether the value is allowed when it is invalid and which options are given to the user in the error dialog shown by Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
Public PropertyImeModeGets or sets the description of the Japanese input rules. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
Public PropertyInputMessageDescriptionGets or sets the description in the tooltip which appears when the user selects the cell in Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
Public PropertyInputMessageTitleGets or sets the title in the tooltip which appears when the user selects the cell in Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
Public PropertyShowDropdownGets or sets the value which indicates whether a drop down should be displayed in Microsoft Excel with the list of accepted values.  
Public PropertyShowErrorMessageForInvalidValueGets or sets the value which indicates whether the error dialog should appear in Microsoft Excel when invalid data is entered in the cell. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
Public PropertyShowInputMessageGets or sets the value which indicates whether to show the user an input prompt tooltip when the user selects the cell in Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
See Also