[]
Represents a special implementation that displays UI elements on the validating cell.
public abstract class AppearanceActionBase : ValidateActionBase, ICloneable, ISerializable, ISerializeSupport, INamedObject
Public MustInherit Class AppearanceActionBase
Inherits ValidateActionBase
Implements ICloneable, ISerializable, ISerializeSupport, INamedObject
| Name | Description |
|---|---|
| AppearanceActionBase() | Represents the default empty constructor. |
| AppearanceActionBase(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
| Name | Description |
|---|---|
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| DoAction(ValidateActionContext) | Executes the current action using the |
| GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
| Serialize(XmlTextWriter) | Saves the object to XML. |