Class RadSpreadsheetDialogContentBase
Represents base for the dialogs content classes.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class RadSpreadsheetDialogContentBase : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
RadSpreadsheetDialogContentBase()
Declaration
public RadSpreadsheetDialogContentBase()
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 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
System.Windows.ResizeMode
The resize mode. |
WindowStartupLocation
Gets or sets the window startup location.
Declaration
public WindowStartupLocation WindowStartupLocation { get; set; }
Property Value
System.Windows.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. |