WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpreadsheetGridCell - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SpreadsheetGridCell

    SpreadsheetGridCell class which having interaction logic for apply the sorting and filtering to the spreadsheetGridCell.

    Inheritance
    System.Object
    GridCell
    SpreadsheetGridCell
    Implements
    System.IDisposable
    Inherited Members
    GridCell.OnMouseDown(MouseButtonEventArgs)
    GridCell.OnMouseMove(MouseEventArgs)
    GridCell.OnMouseRightButtonDown(MouseButtonEventArgs)
    GridCell.OnMouseLeave(MouseEventArgs)
    GridCell.OnMouseDoubleClick(MouseButtonEventArgs)
    GridCell.OnMouseUp(MouseButtonEventArgs)
    GridCell.OnMouseWheel(MouseWheelEventArgs)
    GridCell.OnPreviewMouseUp(MouseButtonEventArgs)
    GridCell.OnRender(DrawingContext)
    GridCell.MeasureOverride(Size)
    GridCell.ArrangeOverride(Size)
    GridCell.Dispose()
    GridCell.RowIndex
    GridCell.ColumnIndex
    Namespace: Syncfusion.UI.Xaml.Spreadsheet
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class SpreadsheetGridCell : GridCell, IDisposable

    Constructors

    SpreadsheetGridCell(SpreadsheetGrid)

    Initialize a new instance of the SpreadsheetGridCell class.

    Declaration
    public SpreadsheetGridCell(SpreadsheetGrid grid)
    Parameters
    Type Name Description
    SpreadsheetGrid grid

    CellGrid

    Methods

    Dispose(Boolean)

    Dispose all the instances.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    GridCell.Dispose(Boolean)

    OnApplyTemplate()

    Used to get the FilterToggleButton template and update the status of the FilterToggleButton.

    Declaration
    public override void OnApplyTemplate()
    Overrides
    GridCell.OnApplyTemplate()

    Implements

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