Class DataValidationInputMessageControl
Represents a data validation input message control.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class DataValidationInputMessageControl : ControlBase
Constructors
DataValidationInputMessageControl()
Initializes a new instance of the GradientFillControl class.
Declaration
public DataValidationInputMessageControl()
Fields
InputMessageContentProperty
Represents message text dependency property.
Declaration
public static readonly DependencyProperty InputMessageContentProperty
Field Value
System.Windows.DependencyProperty
|
InputMessageTitleProperty
Represents message text dependency property.
Declaration
public static readonly DependencyProperty InputMessageTitleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
InputMessageContent
Gets or sets the message text.
Declaration
public string InputMessageContent { get; set; }
Property Value
System.String
The message text. |
InputMessageTitle
Gets or sets the title text.
Declaration
public string InputMessageTitle { get; set; }
Property Value
System.String
The title text. |