Use this property to manage how the Class for this field or label is managed in the web page. Since the Class property can contain one or more classes, this property is needed to specify how combining assumed classes and custom classes (from ScreenCssClass) are managed.
Value |
Meaning |
Add To BaseClass |
Default. Any text in the ScreenCssClass property is appended to the generated class attributes and BaseCssClass |
Replace BaseClass |
Any text in the ScreenCssClass property replaces the BaseCssClass property to become the only setting for the class attribute. |
No Class Defined |
Do not include any class, either from the BaseCssClass or the ScreenCssClass property. |