[]
The cell type for a cell that contains the UI controls of the filter feature.
public class FilterBarCellType : BaseCellType, ICellType, IFormatter, ICloneable, IEnhancedRenderer, IRenderer, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ISerializeSupport, ICSSClassSupport, ISerializable
Public Class FilterBarCellType
Inherits BaseCellType
Implements ICellType, IFormatter, ICloneable, IEnhancedRenderer, IRenderer, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ISerializeSupport, ICSSClassSupport, ISerializable
Name | Description |
---|---|
FilterBarCellType() | Initializes a new instance of the FilterBarCellType class. |
FilterBarCellType(bool) | Initializes a new instance of the FilterBarCellType class. |
FilterBarCellType(SerializationInfo, StreamingContext) | Initializes a new instance of the FilterBarCellType class. |
Name | Description |
---|---|
CssClass | Gets the CSS class name. |
DatePickerMode | Gets or sets a value that indicates how to display the DatePicker control. |
DateTimeFormat | Gets or sets a DateTimeFormatInfo object that defines the format for displaying dates and times. |
DropDownButton | Gets or sets a value that indicates whether the drop-down button displays. |
FormatString | Gets or sets the format string used to format the value. Currently, this property is used to format date values from the date picker only. |
MenuType | Gets or sets the type of the menu. |
Name | Description |
---|---|
GetEditorControl(string, TableCell, Appearance, Inset, object, bool) | Gets the control used to edit the cell. |
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. |