New to Telerik UI for WPFStart a free 30-day trial

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 ControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

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; }
Property Value:

The message text.

Gets or sets the title text.

C#
public string InputMessageTitle { get; set; }
Property Value:

The title text.

Methods

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.