Class GridViewPrintStyleSettings
Represents the print style settings dialog
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewPrintStyleSettings : UserControl
Constructors
GridViewPrintStyleSettings()
Initializes a new instance of the Grid
Declaration
public GridViewPrintStyleSettings()
Properties
PrintStyle
Gets the Grid
Declaration
public GridPrintStyle PrintStyle { get; }
Property Value
Methods
ApplyPrintStyleSettings()
Saves all settings form the dialog.
Declaration
protected virtual void ApplyPrintStyleSettings()
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System. true if managed resources should be disposed; otherwise, false. |
LoadGeneralPrintStyleSettings(GridPrintStyle)
Loads the Grid
Declaration
protected virtual void LoadGeneralPrintStyleSettings(GridPrintStyle sourcePrintStyle)
Parameters
Grid The Rad |
LoadPrintStyle(GridPrintStyle)
Loads the Grid
Declaration
public void LoadPrintStyle(GridPrintStyle printStyle)
Parameters
Grid The Rad |
LocalizeStrings()
Localizes the strings in the control by using the current Print
Declaration
public virtual void LocalizeStrings()
OnLoad(EventArgs)
Raises the System.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System. An System. |
SetCustomFontControlsEnableProperty(Boolean)
Enables or disables the custom font properties depending on the KeepVisualStyles property setting.
Declaration
protected virtual void SetCustomFontControlsEnableProperty(bool enabled)
Parameters
System.
|
SetPreviewImage()
Sets the preview image.
Declaration
protected virtual void SetPreviewImage()
UnwireEvents()
Declaration
protected virtual void UnwireEvents()
WireEvents()
Declaration
protected virtual void WireEvents()