[]
Represents the drop-down cell type class that serves as a basis for other cell type classes.
public abstract class BaseDropDownCellType : GeneralCellType, ICloneable, IEnhancedRenderer, IEnhancedPdfRenderer, IPdfSupport, IEditor3, ISerializeSupport2, ISerializeSupport, IParseFormatSupport, ICSSClassSupport, IEditFormatter, IEditorCSSClassSupport, IDateCellType, ICellType, IEditor, IEnhancedFormatter, IFormatter, IWrapableRenderer, IRenderer, IAcceptServerValidator
Public MustInherit Class BaseDropDownCellType
Inherits GeneralCellType
Implements ICloneable, IEnhancedRenderer, IEnhancedPdfRenderer, IPdfSupport, IEditor3, ISerializeSupport2, ISerializeSupport, IParseFormatSupport, ICSSClassSupport, IEditFormatter, IEditorCSSClassSupport, IDateCellType, ICellType, IEditor, IEnhancedFormatter, IFormatter, IWrapableRenderer, IRenderer, IAcceptServerValidator
Name | Description |
---|---|
BaseDropDownCellType() | Creates new instance of BaseDropDownCellType. |
Name | Description |
---|---|
ShowPopupButton | Gets or sets whether the editor supports showing a pop-up control. |
TextBoxEditor | Gets the textbox editor. |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the cell type from XML. |
GetDropDownButton(FpSpread) | Gets the drop-down button control. |
GetDropDownControl(FpSpread) | Returns the specified DropDown control that is implemented by the sub class. |
GetEditorControl(string, TableCell, Appearance, Inset, object, bool) | Gets the control used to edit the cell. |
RegisterSingleCss(FpSpread, string, string) | Registers the css file. |
RegisterSingleScript(FpSpread, string, string) | Registers the script file on both ajax and postback mode. |
Serialize(XmlTextWriter) | Saves the cell type to XML. |
SetTabIndex(WebControl, string) | Sets the tab index for the editor. |