Click or drag to resize
AbstractDefaultLayoutGetRowCssClassAttribute Method
Gets row CSS class attribute for form field

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
protected string GetRowCssClassAttribute(
	FieldCreationArgs args,
	string extraClass = null
)

Parameters

args
Type: CMS.FormControlsFieldCreationArgs
Form field settings
extraClass (Optional)
Type: SystemString
Additional CSS class to add to the attribute

Return Value

Type: String
See Also