Class
DataValidationInputMessageControl

Represents a data validation input message control.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class DataValidationInputMessageControl : ControlBase

Inheritance: objectControlBaseDataValidationInputMessageControl

Inherited Members ControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

DataValidationInputMessageControl()

Initializes a new instance of the GradientFillControl class.

Declaration

cs-api-definition
public DataValidationInputMessageControl()

Fields

InputMessageContentProperty

Represents message text dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty InputMessageContentProperty

Field Value

DependencyProperty

InputMessageTitleProperty

Represents message text dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty InputMessageTitleProperty

Field Value

DependencyProperty

Properties

InputMessageContent

Gets or sets the message text.

Declaration

cs-api-definition
public string InputMessageContent { get; set; }

Property Value

string

The message text.

InputMessageTitle

Gets or sets the title text.

Declaration

cs-api-definition
public string InputMessageTitle { get; set; }

Property Value

string

The title text.

Methods

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.