Represents a data validation input message control.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class DataValidationInputMessageControl : ControlBase
Inheritance: objectControlBaseDataValidationInputMessageControl
Inherited Members
Constructors
Initializes a new instance of the GradientFillControl class.
C#
public DataValidationInputMessageControl()
Fields
InputMessageContentProperty
DependencyProperty
Represents message text dependency property.
C#
public static readonly DependencyProperty InputMessageContentProperty
InputMessageTitleProperty
DependencyProperty
Represents message text dependency property.
C#
public static readonly DependencyProperty InputMessageTitleProperty
Properties
Gets or sets the message text.
C#
public string InputMessageContent { get; set; }
The message text.
Gets or sets the title text.
C#
public string InputMessageTitle { get; set; }
The title text.
Methods
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.