PropertyItem.WidthSet property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets the width explicitly set flag. If property has a [Width] attribute this property is true. If property column width is automatically calculated by Serenity based on field metadata, it is false.

public bool? WidthSet { get; set; }

Property Value

The width set.

See Also