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 Gradient
Declaration
public DataValidationInputMessageControl()
Fields
InputMessageContentProperty
Represents message text dependency property.
Declaration
public static readonly DependencyProperty InputMessageContentProperty
Field Value
System.
|
InputMessageTitleProperty
Represents message text dependency property.
Declaration
public static readonly DependencyProperty InputMessageTitleProperty
Field Value
System.
|
Properties
InputMessageContent
Gets or sets the message text.
Declaration
public string InputMessageContent { get; set; }
Property Value
System. The message text. |
InputMessageTitle
Gets or sets the title text.
Declaration
public string InputMessageTitle { get; set; }
Property Value
System. The title text. |
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |