Class SelectionPanelExt
Represents the class which is used to render the fill series border selection.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.Spreadsheet
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public class SelectionPanelExt : SelectionPanel, IDisposable
Constructors
SelectionPanelExt(String)
Initializes a new instance of the SelectionPanelExt class.
Declaration
public SelectionPanelExt(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of the panel |
Methods
Dispose(Boolean)
Releases all resources used by the. SelectionPanelExt.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
RenderSelectedCells()
Invoked inorder to draw the borders for fillSeries selection in SpreadsheetGrid.
Declaration
protected override void RenderSelectedCells()
Overrides
Implements
System.IDisposable