FieldKernelGetCssClass Method |
Returns this field's CSS class(es) to use.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string GetCssClass()
Protected Function GetCssClass As String
Return Value
Type:
StringThe CSS class(es)
Remarks
Note that when using multiple classes, the order of the classes in the class list is NOT
significant, HOWEVER, the order the class definitions in the CSS file IS.
When styles of classes conflict, the LAST class defined in the css file wins.
See Also