Click or drag to resize

FieldsColorizationType Enumeration

Represent the different types of colorization available

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public enum ColorizationType
Members
  Member nameValueDescription
Automatic0 Automatic colorization of the fields, using the colors properties
Css1 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.
None2 No colorization is done on the fields.
See Also