Class GridViewPrintSettingsDialog
Represents the print settings dialog in RadGridView
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewPrintSettingsDialog : PrintSettingsDialog, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
GridViewPrintSettingsDialog()
Initializes a new instance of the GridViewPrintSettingsDialog class.
Declaration
public GridViewPrintSettingsDialog()
GridViewPrintSettingsDialog(RadPrintDocument)
Initializes a new instance of the GridViewPrintSettingsDialog class.
Declaration
public GridViewPrintSettingsDialog(RadPrintDocument document)
Parameters
RadPrintDocument
document
The document. |
Fields
printStyleSettingControl
Declaration
protected GridViewPrintStyleSettings printStyleSettingControl
Field Value
GridViewPrintStyleSettings
|
Methods
ApplySettings()
Saves all settings from the dialog into the RadPrintDocument.
Declaration
protected override void ApplySettings()
Overrides
CreateFormatControl()
Creates the specific control for editing the settings of the printed control.
Declaration
protected override Control CreateFormatControl()
Returns
System.Windows.Forms.Control
The that will be displayed on the first page of this dialog |
Overrides
LoadSettings()
Loads the settings when the dialog is shown.
Declaration
protected override void LoadSettings()
Overrides
LocalizeStrings()
Localizes the strings.
Declaration
protected override void LocalizeStrings()
Overrides
OnLoad(EventArgs)
In this override we reset the RootElement's BackColor property since the DocumentDesigner class sets the BackColor of the Form to Control when initializing and thus overrides the theme.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|