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

Represents a factory for the print settings dialog

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class GridViewPrintSettingsDialogFactory : IPrintSettingsDialogFactory

Inheritance: objectGridViewPrintSettingsDialogFactory

Implements: IPrintSettingsDialogFactory

Constructors

C#
public GridViewPrintSettingsDialogFactory()

Methods

Creates the dialog.

C#
public Form CreateDialog(RadPrintDocument document)
Parameters:documentRadPrintDocument

The document.

Returns:

Form

Implements: IPrintSettingsDialogFactory.CreateDialog(RadPrintDocument)