WidthAttribute class
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Sets column width
[AttributeUsage(AttributeTargets.All)]
public class WidthAttribute : Attribute
| parameter | description |
|---|---|
| value | The value. |
Public Members
| name | description |
|---|---|
| WidthAttribute(…) | Sets column width |
| Max { get; set; } | Gets or sets the maximum width. |
| Min { get; set; } | Gets or sets the minimum width. |
| Value { get; } | Gets the column width. |
Remarks
Initializes a new instance of the WidthAttribute class.
See Also
- Source: WidthAttribute.cs