[]
Represents a regular expression cell.
public class RegExpCellType : GeneralCellType, ICloneable, IEnhancedRenderer, IEnhancedPdfRenderer, IPdfSupport, IEditor3, ISerializeSupport2, IParseFormatSupport, ICSSClassSupport, IEditFormatter, IEditorCSSClassSupport, IDateCellType, ICellType, IEditor, IEnhancedFormatter, IFormatter, IWrapableRenderer, IRenderer, IAcceptServerValidator, ISerializeSupport, IExpandoSupport
Public Class RegExpCellType
Inherits GeneralCellType
Implements ICloneable, IEnhancedRenderer, IEnhancedPdfRenderer, IPdfSupport, IEditor3, ISerializeSupport2, IParseFormatSupport, ICSSClassSupport, IEditFormatter, IEditorCSSClassSupport, IDateCellType, ICellType, IEditor, IEnhancedFormatter, IFormatter, IWrapableRenderer, IRenderer, IAcceptServerValidator, ISerializeSupport, IExpandoSupport
Name | Description |
---|---|
RegExpCellType() | Creates a new regular expression cell. |
RegExpCellType(string) | Creates a new regular expression cell with the specified message to display. |
Name | Description |
---|---|
AllowWrap | Overridden to always return false. |
Multiline | Gets or sets whether the cell allows multiple lines; overridden to always return false. |
ValidationExpression | Gets or sets the regular expression used to validate the value in the cell. |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the cell type from XML. |
Format(object) | When deriving a cell type based on this type, override this |
PaintCell(string, TableCell, Appearance, Inset, object, bool) | Gets a control and renders it in the cell based on the specified appearance, margin, and value. |
Parse(string) | When deriving a cell type based on this type, override this |
Serialize(XmlTextWriter) | Saves the cell type to XML. |
ValidateEditorValue(object) | Validates the input value. |