ClassRadSpreadsheetDialogContentBase
Represents base for the dialogs content classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public abstract class RadSpreadsheetDialogContentBase : ControlBase, ILocalizable
Inheritance: objectControlBaseRadSpreadsheetDialogContentBase
Derived Classes:
Implements:
Inherited Members
Constructors
RadSpreadsheetDialogContentBase()
Declaration
protected RadSpreadsheetDialogContentBase()
Fields
CanMoveProperty
Can move dependency property.
Declaration
public static readonly DependencyProperty CanMoveProperty
Field Value
DependencyProperty
DialogResultProperty
Diagonal result dependency property.
Declaration
public static readonly DependencyProperty DialogResultProperty
Field Value
DependencyProperty
HeaderProperty
Header dependency property.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
DependencyProperty
HostWindowMaxHeightProperty
Host window max height dependency property.
Declaration
public static readonly DependencyProperty HostWindowMaxHeightProperty
Field Value
DependencyProperty
HostWindowMaxWidthProperty
Host window max width dependency property.
Declaration
public static readonly DependencyProperty HostWindowMaxWidthProperty
Field Value
DependencyProperty
HostWindowMinHeightProperty
Host window min height dependency property.
Declaration
public static readonly DependencyProperty HostWindowMinHeightProperty
Field Value
DependencyProperty
HostWindowMinWidthProperty
Host window min width dependency property.
Declaration
public static readonly DependencyProperty HostWindowMinWidthProperty
Field Value
DependencyProperty
ResizeModeProperty
Resize mode dependency property.
Declaration
public static readonly DependencyProperty ResizeModeProperty
Field Value
DependencyProperty
WindowStartupLocationProperty
Window startup location dependency property.
Declaration
public static readonly DependencyProperty WindowStartupLocationProperty
Field Value
DependencyProperty
Properties
CanMove
Gets or sets a value indicating whether the dialog can move.
Declaration
public bool CanMove { get; set; }
Property Value
The value indicating whether the dialog can move.
DialogResult
Gets or sets the dialog result.
Declaration
public bool? DialogResult { get; set; }
Property Value
bool?
The dialog result.
Header
Gets or sets the header.
HostWindowMaxHeight
Gets or sets the maximum height of the host window.
Declaration
public double HostWindowMaxHeight { get; set; }
Property Value
The height of the maximum host window.
HostWindowMaxWidth
Gets or sets the maximum width of the host window.
Declaration
public double HostWindowMaxWidth { get; set; }
Property Value
The maximum width of the host window.
HostWindowMinHeight
Gets or sets the minimum height of the host window.
Declaration
public double HostWindowMinHeight { get; set; }
Property Value
The minimum height of the host window.
HostWindowMinWidth
Gets or sets the minimum width of the host window.
Declaration
public double HostWindowMinWidth { get; set; }
Property Value
The minimum width of the host window min.
ResizeMode
Gets or sets the resize mode.
Declaration
public ResizeMode ResizeMode { get; set; }
Property Value
ResizeMode
The resize mode.
WindowStartupLocation
Gets or sets the window startup location.
Declaration
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
public void SetString(string localizedValue)
Parameters
localizedValue
The localized value.
Implements