Class GridViewPrintSettingsDialogFactory
Represents a factory for the print settings dialog
Inheritance
System.Object
GridViewPrintSettingsDialogFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewPrintSettingsDialogFactory : IPrintSettingsDialogFactory
Constructors
GridViewPrintSettingsDialogFactory()
Declaration
public GridViewPrintSettingsDialogFactory()
Methods
CreateDialog(RadPrintDocument)
Creates the dialog.
Declaration
public Form CreateDialog(RadPrintDocument document)
Parameters
RadPrintDocument
document
The document. |
Returns
System.Windows.Forms.Form
|