Class SpreadsheetGridCell
SpreadsheetGridCell class which having interaction logic for apply the sorting and filtering to the spreadsheetGridCell.
Implements
System.IDisposable
Inherited Members
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
OnApplyTemplate()
Used to get the FilterToggleButton template and update the status of the FilterToggleButton.
Declaration
public override void OnApplyTemplate()
Overrides
Implements
System.IDisposable