SpreadsheetGridCell Class
SpreadsheetGridCell class which having interaction logic for apply the sorting and filtering to the spreadsheetGridCell.
Inheritance
System.Object
SpreadsheetGridCell
Namespace: Syncfusion.UI.Xaml.Spreadsheet
Assembly: Syncfusion.SfSpreadsheet.WPF.dll
Syntax
public class SpreadsheetGridCell : GridCell
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 |
OnApplyTemplate()
Used to get the FilterToggleButton template and update the status of the FilterToggleButton.
Declaration
public override void OnApplyTemplate()