menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridPrintPreviewControl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridPrintPreviewControl

    Represents a control that print previewing the SfDataGrid control.

    Inheritance
    System.Object
    GridPrintPreviewControl
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GridPrintPreviewControl : Control, IDisposable

    Methods

    Dispose()

    Releases all the resources used by the GridPrintPreviewControl class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes all the resources used by the GridPrintPreviewControl class.

    Declaration
    protected virtual void Dispose(bool isDisposing)
    Parameters
    Type Name Description
    System.Boolean isDisposing

    Indicates whether the call is from Dispose method or from a finalizer.

    OnApplyTemplate()

    Builds the visual tree for the print preview control when a new template is applied.

    Declaration
    public override void OnApplyTemplate()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved