Class DataValidationRuleContextBase
Represents a base class for data validation rule context.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.DataValidation
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class DataValidationRuleContextBase
Constructors
DataValidationRuleContextBase()
Initializes a new instance of the DataValidationRuleContextBase class.
Declaration
protected DataValidationRuleContextBase()
Properties
ErrorAlertContent
Gets or sets the content of the error alert.
Declaration
public string ErrorAlertContent { get; set; }
Property Value
System.String
The content of the error alert. |
ErrorAlertTitle
Gets or sets the error message title.
Declaration
public string ErrorAlertTitle { get; set; }
Property Value
System.String
The error message title. |
ErrorStyle
Gets or sets the error style.
Declaration
public ErrorStyle ErrorStyle { get; set; }
Property Value
ErrorStyle
The error style. |
InputMessageContent
Gets or sets the content of the input message.
Declaration
public string InputMessageContent { get; set; }
Property Value
System.String
The content of the input message. |
InputMessageTitle
Gets or sets the input message title.
Declaration
public string InputMessageTitle { get; set; }
Property Value
System.String
The input message title. |
ShowErrorMessage
Gets or sets a value indicating whether an error message should be shown.
Declaration
public bool ShowErrorMessage { get; set; }
Property Value
System.Boolean
The value indicating whether an input message should be shown. |
ShowInputMessage
Gets or sets a value indicating whether an input message should be shown.
Declaration
public bool ShowInputMessage { get; set; }
Property Value
System.Boolean
The value indicating whether an input message should be shown. |