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
protected RadSpreadsheetDialogContentBase()
Fields
CanMoveProperty
DependencyProperty
Can move dependency property.
public static readonly DependencyProperty CanMoveProperty
DialogResultProperty
DependencyProperty
Diagonal result dependency property.
public static readonly DependencyProperty DialogResultProperty
HeaderProperty
DependencyProperty
Header dependency property.
public static readonly DependencyProperty HeaderProperty
HostWindowMaxHeightProperty
DependencyProperty
Host window max height dependency property.
public static readonly DependencyProperty HostWindowMaxHeightProperty
HostWindowMaxWidthProperty
DependencyProperty
Host window max width dependency property.
public static readonly DependencyProperty HostWindowMaxWidthProperty
HostWindowMinHeightProperty
DependencyProperty
Host window min height dependency property.
public static readonly DependencyProperty HostWindowMinHeightProperty
HostWindowMinWidthProperty
DependencyProperty
Host window min width dependency property.
public static readonly DependencyProperty HostWindowMinWidthProperty
ResizeModeProperty
DependencyProperty
Resize mode dependency property.
public static readonly DependencyProperty ResizeModeProperty
WindowStartupLocationProperty
DependencyProperty
Window startup location dependency property.
public static readonly DependencyProperty WindowStartupLocationProperty
Properties
Gets or sets a value indicating whether the dialog can move.
public bool CanMove { get; set; }
The value indicating whether the dialog can move.
Gets or sets the dialog result.
public bool? DialogResult { get; set; }
The dialog result.
Gets or sets the header.
public string Header { get; set; }
The header.
Gets or sets the maximum height of the host window.
public double HostWindowMaxHeight { get; set; }
The height of the maximum host window.
Gets or sets the maximum width of the host window.
public double HostWindowMaxWidth { get; set; }
The maximum width of the host window.
Gets or sets the minimum height of the host window.
public double HostWindowMinHeight { get; set; }
The minimum height of the host window.
Gets or sets the minimum width of the host window.
public double HostWindowMinWidth { get; set; }
The minimum width of the host window min.
ResizeMode
ResizeMode
Gets or sets the resize mode.
public ResizeMode ResizeMode { get; set; }
The resize mode.
WindowStartupLocation
WindowStartupLocation
Gets or sets the window startup location.
public WindowStartupLocation WindowStartupLocation { get; set; }
The window startup location.
Methods
A method to supply element with the localized data.
public void SetString(string localizedValue)
The localized value.
Implements: