Represents the print settings dialog in RadGridView
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewPrintSettingsDialog : PrintSettingsDialog, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormPrintSettingsDialogGridViewPrintSettingsDialog...
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewPrintSettingsDialog class.
public GridViewPrintSettingsDialog()
Initializes a new instance of the GridViewPrintSettingsDialog class.
public GridViewPrintSettingsDialog(RadPrintDocument document)
The document.
Fields
protected GridViewPrintStyleSettings printStyleSettingControl
Methods
Saves all settings from the dialog into the RadPrintDocument.
protected override void ApplySettings()
Overrides:
Creates the specific control for editing the settings of the printed control.
protected override Control CreateFormatControl()
The that will be displayed on the first page of this dialog
Overrides:
Loads the settings when the dialog is shown.
protected override void LoadSettings()
Overrides:
Localizes the strings.
protected override void LocalizeStrings()
Overrides:
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.