PropertyItem.WidthSet property
namespace: Serenity.ComponentModel assembly: Serenity.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
- class PropertyItem