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 Gantt
Declaration
public GanttViewPrintSettings PrintSettings { get; }
Property Value
Gantt 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. true if managed resources should be disposed; otherwise, false. |
LoadGeneralPrintSettings(GanttViewPrintSettings)
Loads the Gantt
Declaration
protected virtual void LoadGeneralPrintSettings(GanttViewPrintSettings printSettings)
Parameters
Gantt The print settings. |
LoadPrintSettings(GanttViewPrintSettings)
Loads the Gantt
Declaration
public void LoadPrintSettings(GanttViewPrintSettings printSettings)
Parameters
Gantt The print settings. |
LocalizeStrings()
Localizes the strings in the control by using the current Print
Declaration
public virtual void LocalizeStrings()
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.
|
SetPreviewImage()
Declaration
protected virtual void SetPreviewImage()
SetTextViewControlsEnabled(Boolean)
Declaration
protected virtual void SetTextViewControlsEnabled(bool enabled)
Parameters
System.
|
UnwireEvents()
Declaration
protected virtual void UnwireEvents()
WireEvents()
Declaration
protected virtual void WireEvents()