FieldsColorizationType Enumeration |
Represent the different types of colorization available
Namespace:
WorkflowGen.My.Web.UI.WebForms
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public enum ColorizationType
Public Enumeration ColorizationType
Members
| Member name | Value | Description |
---|
| Automatic | 0 |
Automatic colorization of the fields, using the colors properties
|
| Css | 1 |
Colorization using css styles, "-required", "-readonly" is appended to the current style
of the control if there's already a CssClass on it. If there's not CssClass, "Required" and "Readonly"
is used as the class name.
|
| None | 2 |
No colorization is done on the fields.
|
See Also