ClassMessageDialogContextBase
Class
Represents a base class for the message dialogs.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public abstract class MessageDialogContextBase : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextMessageDialogContextBase
Derived Classes:
Inherited Members
Constructors
MessageDialogContextBase(RadSpreadsheet, string, string, EventHandler<WindowClosedEventArgs>)
Initializes a new instance of the WarningDialogContext class.
Declaration
cs-api-definition
protected MessageDialogContextBase(RadSpreadsheet radSpreadsheet, string header, string content, EventHandler<WindowClosedEventArgs> closedEventHandler)
Parameters
radSpreadsheet
The RadSpreadsheet.
header
The header of the dialog.
content
The content of the dialog.
closedEventHandler
EventHandler<WindowClosedEventArgs>
The closed event handler.
Properties
Content
Gets or sets the content of the dialog.
Declaration
cs-api-definition
public string Content { get; set; }
Property Value
The content.
Methods
ApplyChanges(object, bool?)
Applies the changes.