menu

UWP

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

    Show / Hide Table of Contents

    Class SelectionPanelExt

    Represents the class which is used to render the fill series border selection.

    Inheritance
    System.Object
    ScrollableChildFrame
    SelectionPanel
    SelectionPanelExt
    Implements
    System.IDisposable
    Inherited Members
    ScrollableChildFrame.Dispose()
    SelectionPanel.ArrangeOverride(Size)
    SelectionPanel.MeasureOverride(Size)
    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
    SelectionPanel.Dispose(Boolean)

    RenderSelectedCells()

    Invoked inorder to draw the borders for fillSeries selection in SpreadsheetGrid.

    Declaration
    protected override void RenderSelectedCells()
    Overrides
    SelectionPanel.RenderSelectedCells()

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved