New to Telerik UI for WinFormsStart a free 30-day trial

Represents a control for the print settings in RadPivotGrid.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public class PivotGridPrintSettingsControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlUserControlPivotGridPrintSettingsControl...

Implements: IBindableComponentIComponentIContainerControlIDisposableIDropTargetISynchronizeInvokeIWin32Window...

Constructors

Initializes a new instance of the PivotGridPrintSettingsControl class.

C#
public PivotGridPrintSettingsControl()

Methods

Applies the settings.

C#
public virtual void ApplySettings()

Clean up any resources being used.

C#
protected override void Dispose(bool disposing)
Parameters:disposingbool

true if managed resources should be disposed; otherwise, false.

Overrides: ContainerControl.Dispose(bool)

Initializes the text.

C#
public void InitializeText()

Loads the settings.

C#
public virtual void LoadSettings(PivotGridPrintStyle printStyle)
Parameters:printStylePivotGridPrintStyle

The print style.

Raises the Load event.

C#
protected override void OnLoad(EventArgs e)
Parameters:eEventArgs

An EventArgs that contains the event data.

Overrides: UserControl.OnLoad(EventArgs)