FormCssClassAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Sets CSS class for field on forms only.

[AttributeUsage(AttributeTargets.All)]
public class FormCssClassAttribute : Attribute

Public Members

name description
FormCssClassAttribute(…) Initializes a new instance of the FormCssClassAttribute class.
UntilNext { get; set; } Applies this form css class to all following fields until next another FormCssClass attribute
Value { get; } Gets the value.

See Also