Class
InsertCellsDialogContent

Represents the content of the IncertCellsDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class InsertCellsDialogContent : InsertCellsDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<InsertCellsDialogContext>, IRadSpreadsheetDialogContent

Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<InsertCellsDialogContext>InsertCellsDialogContentBaseInsertCellsDialogContent

Implements: ILocalizableIRadSpreadsheetDialogContentIRadSpreadsheetDialogContent<InsertCellsDialogContext>

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

InsertCellsDialogContent()

Initializes a new instance of the InsertCellsDialogContent class.

Declaration

cs-api-definition
public InsertCellsDialogContent()

Fields

SelectedInsertCellsTypeProperty

Selected inset cells type dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedInsertCellsTypeProperty

Field Value

DependencyProperty

Properties

SelectedInsertCellsType

Gets or sets the selected insert cells type.

Declaration

cs-api-definition
public InsertCellsType SelectedInsertCellsType { get; set; }

Property Value

InsertCellsType

The selected insert cells type.

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides RadSpreadsheetDialogContentBase<InsertCellsDialogContext>.OnApplyTemplate()

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.

OnKeyDown(KeyEventArgs)

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.

Declaration

cs-api-definition
protected override void OnKeyDown(KeyEventArgs e)

Parameters

e

KeyEventArgs

The KeyEventArgs that contains the event data.