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

Represents the content of the ProtectDialogContent.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class ProtectDialogContent : ProtectDialogContentContentBase, ILocalizable, IRadSpreadsheetDialogContent<ProtectDialogContext>, IRadSpreadsheetDialogContent

Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<ProtectDialogContext>ProtectDialogContentContentBaseProtectDialogContent...

Implements: ILocalizableIRadSpreadsheetDialogContentIRadSpreadsheetDialogContent<ProtectDialogContext>

Inherited Members RadSpreadsheetDialogContentBase<ProtectDialogContext>.ShowDialog(ProtectDialogContext)RadSpreadsheetDialogContentBase<ProtectDialogContext>.Show(ProtectDialogContext)RadSpreadsheetDialogContentBase<ProtectDialogContext>.ShowOverride()RadSpreadsheetDialogContentBase<ProtectDialogContext>.CloseOverride()RadSpreadsheetDialogContentBase<ProtectDialogContext>.OnApplyTemplate()RadSpreadsheetDialogContentBase<ProtectDialogContext>.Close()RadSpreadsheetDialogContentBase<ProtectDialogContext>.ExecuteOnNextClosed(Action)RadSpreadsheetDialogContentBase<ProtectDialogContext>.OnClosed()RadSpreadsheetDialogContentBase<ProtectDialogContext>.HostWindowRadSpreadsheetDialogContentBase<ProtectDialogContext>.ContextRadSpreadsheetDialogContentBase<ProtectDialogContext>.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 ProtectDialogContent class.

C#
public ProtectDialogContent()

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.

Invoked when an unhandled  attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

C#
protected override void OnKeyDown(KeyEventArgs e)
Parameters:eKeyEventArgs

The KeyEventArgs that contains the event data.

Called before showing dialog.

C#
protected override void ShowDialogOverride()

Overrides: RadSpreadsheetDialogContentBase<ProtectDialogContext>.ShowDialogOverride()