Class Grid2007ExcelFilterCellModel
Implements the DataModel part for a ExcelFilterCell.
Inheritance
System.Object
Grid2007ExcelFilterCellModel
Implements
System.Runtime.Serialization.ISerializable
System.IDisposable
Inherited Members
GridCellModelBase.CalculatePreferredCellSize(Graphics, Int32, Int32, GridStyleInfo, GridQueryBounds)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class Grid2007ExcelFilterCellModel : GridHeaderCellModel, ISerializable, IDisposable
Constructors
Grid2007ExcelFilterCellModel(GridModel)
Initializes a new Grid2007ExcelFilterCellModel object and stores a reference to the GridModel this cell belongs to.
Declaration
public Grid2007ExcelFilterCellModel(GridModel grid)
Parameters
Type | Name | Description |
---|---|---|
GridModel | grid | The GridModel for this cell model. |
Remarks
You typically access cell models through the CellModels property of the GridModel class.
Methods
CreateRenderer(GridControlBase)
Creates a renderer for a cell.
Declaration
public override GridCellRendererBase CreateRenderer(GridControlBase control)
Parameters
Type | Name | Description |
---|---|---|
GridControlBase | control | The GridControlBase to add a cell renderer. |
Returns
Type |
---|
GridCellRendererBase |
Overrides
Implements
System.Runtime.Serialization.ISerializable
System.IDisposable