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

Represents information dialog content.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class InformationDialogContent : InformationDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<InformationDialogContext>, IRadSpreadsheetDialogContent

Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<InformationDialogContext>InformationDialogContentBaseInformationDialogContent...

Implements: ILocalizableIRadSpreadsheetDialogContentIRadSpreadsheetDialogContent<InformationDialogContext>

Inherited Members RadSpreadsheetDialogContentBase<InformationDialogContext>.ShowDialog(InformationDialogContext)RadSpreadsheetDialogContentBase<InformationDialogContext>.Show(InformationDialogContext)RadSpreadsheetDialogContentBase<InformationDialogContext>.ShowOverride()RadSpreadsheetDialogContentBase<InformationDialogContext>.CloseOverride()RadSpreadsheetDialogContentBase<InformationDialogContext>.OnApplyTemplate()RadSpreadsheetDialogContentBase<InformationDialogContext>.Close()RadSpreadsheetDialogContentBase<InformationDialogContext>.ExecuteOnNextClosed(Action)RadSpreadsheetDialogContentBase<InformationDialogContext>.OnClosed()RadSpreadsheetDialogContentBase<InformationDialogContext>.HostWindowRadSpreadsheetDialogContentBase<InformationDialogContext>.ContextRadSpreadsheetDialogContentBase<InformationDialogContext>.ClosedRadSpreadsheetDialogContentBase.HeaderPropertyRadSpreadsheetDialogContentBase.ResizeModePropertyRadSpreadsheetDialogContentBase.WindowStartupLocationPropertyRadSpreadsheetDialogContentBase.CanMovePropertyRadSpreadsheetDialogContentBase.DialogResultPropertyRadSpreadsheetDialogContentBase.HostWindowMinWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMinHeightPropertyRadSpreadsheetDialogContentBase.HostWindowMaxWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMaxHeightPropertyRadSpreadsheetDialogContentBase.SetString(string)RadSpreadsheetDialogContentBase.HeaderRadSpreadsheetDialogContentBase.ResizeModeRadSpreadsheetDialogContentBase.WindowStartupLocationRadSpreadsheetDialogContentBase.CanMoveRadSpreadsheetDialogContentBase.DialogResultRadSpreadsheetDialogContentBase.HostWindowMinWidthRadSpreadsheetDialogContentBase.HostWindowMinHeightRadSpreadsheetDialogContentBase.HostWindowMaxWidthRadSpreadsheetDialogContentBase.HostWindowMaxHeightControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)...

Constructors

Initializes a new instance of the InformationDialogContent class.

C#
public InformationDialogContent()

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.

Called before showing dialog.

C#
protected override void ShowDialogOverride()

Overrides: RadSpreadsheetDialogContentBase<InformationDialogContext>.ShowDialogOverride()