Class GanttViewPrintSettingsControl
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewPrintSettingsControl : UserControl
Constructors
GanttViewPrintSettingsControl()
Declaration
public GanttViewPrintSettingsControl()
Properties
PrintSettings
Gets the GanttViewPrintSettings settings edited in the dialog.
Declaration
public GanttViewPrintSettings PrintSettings { get; }
Property Value
|
GanttViewPrintSettings
The print settings. |
Methods
ApplyPrintSettings()
Saves all settings form the dialog.
Declaration
protected virtual void ApplyPrintSettings()
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
|
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
LoadGeneralPrintSettings(GanttViewPrintSettings)
Loads the GanttViewPrintSettings into the dialog.
Declaration
protected virtual void LoadGeneralPrintSettings(GanttViewPrintSettings printSettings)
Parameters
|
GanttViewPrintSettings
printSettings
The print settings. |
LoadPrintSettings(GanttViewPrintSettings)
Loads the GanttViewPrintSettings from the printed RadGanttView into the dialog
Declaration
public void LoadPrintSettings(GanttViewPrintSettings printSettings)
Parameters
|
GanttViewPrintSettings
printSettings
The print settings. |
LocalizeStrings()
Localizes the strings in the control by using the current PrintDialogsLocalizationProvider.
Declaration
public virtual void LocalizeStrings()
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
|
System.EventArgs
e
|
SetPreviewImage()
Declaration
protected virtual void SetPreviewImage()
SetTextViewControlsEnabled(Boolean)
Declaration
protected virtual void SetTextViewControlsEnabled(bool enabled)
Parameters
|
System.Boolean
enabled
|
UnwireEvents()
Declaration
protected virtual void UnwireEvents()
WireEvents()
Declaration
protected virtual void WireEvents()