LabelWidthAttribute.UntilNext property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets a value indicating whether this attribute should apply to following properties until next occurence of this attribute without JustThis flag.

public bool UntilNext { get; set; }

Property Value

true if [until next]; otherwise, false.

See Also