Class PrintOptionsControl
Represents a control that provides set of options while printing the SfDataGrid.
Inheritance
System.Object
PrintOptionsControl
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class PrintOptionsControl : Control, IDisposable
Constructors
PrintOptionsControl()
Initializes a new instance of PrintOptionsControl class.
Declaration
public PrintOptionsControl()
Methods
Dispose()
Releases all the resources used by the PrintOptionsControl class.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes all the resources used by the PrintOptionsControl 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 options control when a new template is applied.
Declaration
public override void OnApplyTemplate()
Implements
System.IDisposable