Class
RadSpreadsheetDialogContentBase

Represents base for the dialogs content classes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public abstract class RadSpreadsheetDialogContentBase : ControlBase, ILocalizable

Inheritance: objectControlBaseRadSpreadsheetDialogContentBase

Derived Classes: RadSpreadsheetDialogContentBase<TContext>

Implements: ILocalizable

Inherited Members ControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

RadSpreadsheetDialogContentBase()

Declaration

cs-api-definition
protected RadSpreadsheetDialogContentBase()

Fields

CanMoveProperty

Can move dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CanMoveProperty

Field Value

DependencyProperty

DialogResultProperty

Diagonal result dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DialogResultProperty

Field Value

DependencyProperty

HeaderProperty

Header dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderProperty

Field Value

DependencyProperty

HostWindowMaxHeightProperty

Host window max height dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HostWindowMaxHeightProperty

Field Value

DependencyProperty

HostWindowMaxWidthProperty

Host window max width dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HostWindowMaxWidthProperty

Field Value

DependencyProperty

HostWindowMinHeightProperty

Host window min height dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HostWindowMinHeightProperty

Field Value

DependencyProperty

HostWindowMinWidthProperty

Host window min width dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HostWindowMinWidthProperty

Field Value

DependencyProperty

ResizeModeProperty

Resize mode dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ResizeModeProperty

Field Value

DependencyProperty

WindowStartupLocationProperty

Window startup location dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty WindowStartupLocationProperty

Field Value

DependencyProperty

Properties

CanMove

Gets or sets a value indicating whether the dialog can move.

Declaration

cs-api-definition
public bool CanMove { get; set; }

Property Value

bool

The value indicating whether the dialog can move.

DialogResult

Gets or sets the dialog result.

Declaration

cs-api-definition
public bool? DialogResult { get; set; }

Property Value

bool?

The dialog result.

Header

Gets or sets the header.

Declaration

cs-api-definition
public string Header { get; set; }

Property Value

string

The header.

HostWindowMaxHeight

Gets or sets the maximum height of the host window.

Declaration

cs-api-definition
public double HostWindowMaxHeight { get; set; }

Property Value

double

The height of the maximum host window.

HostWindowMaxWidth

Gets or sets the maximum width of the host window.

Declaration

cs-api-definition
public double HostWindowMaxWidth { get; set; }

Property Value

double

The maximum width of the host window.

HostWindowMinHeight

Gets or sets the minimum height of the host window.

Declaration

cs-api-definition
public double HostWindowMinHeight { get; set; }

Property Value

double

The minimum height of the host window.

HostWindowMinWidth

Gets or sets the minimum width of the host window.

Declaration

cs-api-definition
public double HostWindowMinWidth { get; set; }

Property Value

double

The minimum width of the host window min.

ResizeMode

Gets or sets the resize mode.

Declaration

cs-api-definition
public ResizeMode ResizeMode { get; set; }

Property Value

ResizeMode

The resize mode.

WindowStartupLocation

Gets or sets the window startup location.

Declaration

cs-api-definition
public WindowStartupLocation WindowStartupLocation { get; set; }

Property Value

WindowStartupLocation

The window startup location.

Methods

SetString(string)

A method to supply element with the localized data.

Declaration

cs-api-definition
public void SetString(string localizedValue)

Parameters

localizedValue

string

The localized value.

Implements ILocalizable.SetString(string)