[]
This celltype applies an Excel-like filter to a cell in the column header.
public class ColumnHeaderFilterCellType : BaseCellType, ICellType, IFormatter, ICloneable, IEnhancedRenderer, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ISerializeSupport, ICSSClassSupport, IWrapableRenderer, IRenderer
Public Class ColumnHeaderFilterCellType
Inherits BaseCellType
Implements ICellType, IFormatter, ICloneable, IEnhancedRenderer, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ISerializeSupport, ICSSClassSupport, IWrapableRenderer, IRenderer
Name | Description |
---|---|
ColumnHeaderFilterCellType() | Initializes a new instance of the ColumnHeaderFilterCellType class. |
Name | Description |
---|---|
ShowSortItems | Gets or sets a value that indicates whether the drop-down menu displays sorting menu items. |
Name | Description |
---|---|
GetEditorControl(string, TableCell, Appearance, Inset, object, bool) | Gets the control used to edit the cell. |
GetPreferredSize(Graphics, Size, Appearance, object, float, bool, bool) | Gets the preferred (maximum needed) size of the cell for the renderer control. |
PaintCell(PdfGraphics, RectangleF, Appearance, object, bool, bool, float) | Gets a control and prints the cell to PDF based on the specified appearance and selection. |
PaintCell(string, TableCell, Appearance, Inset, object, bool) | Gets a control and renders it in the cell based on the specified appearance, margin, and value. |