Class PasteDropDownItem
Represents the class that uses a control template to design an interface for copy paste options.
Inheritance
System.Object
PasteDropDownItem
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Spreadsheet
Assembly: Syncfusion.SfSpreadsheet.WPF.dll
Syntax
public class PasteDropDownItem : Control, IDisposable
Constructors
PasteDropDownItem()
Initializes a new instance of the PasteDropDownItem class.
Declaration
public PasteDropDownItem()
PasteDropDownItem(IPasteOptionChanged)
Initializes a new instance of the PasteDropDownItem class.
Declaration
public PasteDropDownItem(IPasteOptionChanged changedHandler)
Parameters
Type | Name | Description |
---|---|---|
IPasteOptionChanged | changedHandler | An instance for the IPasteOptionChanged |
Methods
Dispose()
Dispose all the resources used by the PasteDropDownItem class.
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnApplyTemplate()
Builds the visual tree for the PasteDropDownItem when a new template is applied.
Declaration
public override void OnApplyTemplate()
Implements
System.IDisposable