Class
RemoveCellsDialogContent

Represents the content of the RemoveCellsDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class RemoveCellsDialogContent : RemoveCellsDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<RemoveCellsDialogContext>, IRadSpreadsheetDialogContent

Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<RemoveCellsDialogContext>RemoveCellsDialogContentBaseRemoveCellsDialogContent

Implements: ILocalizableIRadSpreadsheetDialogContentIRadSpreadsheetDialogContent<RemoveCellsDialogContext>

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

RemoveCellsDialogContent()

Initializes a new instance of the RemoveCellsDialogContent class.

Declaration

cs-api-definition
public RemoveCellsDialogContent()

Fields

SelectedInsertCellsTypeProperty

Selected insert cells type dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedInsertCellsTypeProperty

Field Value

DependencyProperty

Properties

SelectedRemoveCellsType

Gets or sets the selected remove cells type.

Declaration

cs-api-definition
public RemoveCellsType SelectedRemoveCellsType { get; set; }

Property Value

RemoveCellsType

The selected remove 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<RemoveCellsDialogContext>.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.