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

Represents base for the dialogs content classes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
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

C#
protected RadSpreadsheetDialogContentBase()

Fields

CanMoveProperty

DependencyProperty

Can move dependency property.

C#
public static readonly DependencyProperty CanMoveProperty

DialogResultProperty

DependencyProperty

Diagonal result dependency property.

C#
public static readonly DependencyProperty DialogResultProperty

HeaderProperty

DependencyProperty

Header dependency property.

C#
public static readonly DependencyProperty HeaderProperty

HostWindowMaxHeightProperty

DependencyProperty

Host window max height dependency property.

C#
public static readonly DependencyProperty HostWindowMaxHeightProperty

HostWindowMaxWidthProperty

DependencyProperty

Host window max width dependency property.

C#
public static readonly DependencyProperty HostWindowMaxWidthProperty

HostWindowMinHeightProperty

DependencyProperty

Host window min height dependency property.

C#
public static readonly DependencyProperty HostWindowMinHeightProperty

HostWindowMinWidthProperty

DependencyProperty

Host window min width dependency property.

C#
public static readonly DependencyProperty HostWindowMinWidthProperty

ResizeModeProperty

DependencyProperty

Resize mode dependency property.

C#
public static readonly DependencyProperty ResizeModeProperty

Window startup location dependency property.

C#
public static readonly DependencyProperty WindowStartupLocationProperty

Properties

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

C#
public bool CanMove { get; set; }
Property Value:

The value indicating whether the dialog can move.

Gets or sets the dialog result.

C#
public bool? DialogResult { get; set; }
Property Value:

The dialog result.

Gets or sets the header.

C#
public string Header { get; set; }
Property Value:

The header.

Gets or sets the maximum height of the host window.

C#
public double HostWindowMaxHeight { get; set; }
Property Value:

The height of the maximum host window.

Gets or sets the maximum width of the host window.

C#
public double HostWindowMaxWidth { get; set; }
Property Value:

The maximum width of the host window.

Gets or sets the minimum height of the host window.

C#
public double HostWindowMinHeight { get; set; }
Property Value:

The minimum height of the host window.

Gets or sets the minimum width of the host window.

C#
public double HostWindowMinWidth { get; set; }
Property Value:

The minimum width of the host window min.

ResizeMode

ResizeMode

Gets or sets the resize mode.

C#
public ResizeMode ResizeMode { get; set; }
Property Value:

The resize mode.

WindowStartupLocation

WindowStartupLocation

Gets or sets the window startup location.

C#
public WindowStartupLocation WindowStartupLocation { get; set; }
Property Value:

The window startup location.

Methods

A method to supply element with the localized data.

C#
public void SetString(string localizedValue)
Parameters:localizedValuestring

The localized value.

Implements: ILocalizable.SetString(string)