FormWidthAttribute.JustThis property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Applies this form width (e.g. bootstrap grid size) to just current field and doesn't cancel prior form width attribute with a UntilNext attribute. Don't set UntilNext = true if you set JustThis = true, as they are exclusive

public bool JustThis { get; set; }

See Also