Represents a base class for the message dialogs.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public abstract class MessageDialogContextBase : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextMessageDialogContextBase
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the WarningDialogContext class.
C#
protected MessageDialogContextBase(RadSpreadsheet radSpreadsheet, string header, string content, EventHandler<WindowClosedEventArgs> closedEventHandler)
The RadSpreadsheet.
headerstringThe header of the dialog.
contentstringThe content of the dialog.
closedEventHandlerEventHandler<WindowClosedEventArgs>The closed event handler.
Properties
Gets or sets the content of the dialog.
C#
public string Content { get; set; }
The content.