WidthAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Sets column width

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

Public Members

name description
WidthAttribute(…) Initializes a new instance of the WidthAttribute class.
Max { get; set; } Gets or sets the maximum width.
Min { get; set; } Gets or sets the minimum width.
Value { get; } Gets the column width.

See Also