PropertyItem.FormCssClass property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets the form CSS class for the property. This class is applied to containing "div.field" not the editor. Only used in forms.

public string FormCssClass { get; set; }

Property Value

The form CSS class.

See Also