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