FixedWidthAttribute class
namespace: global assembly: Serenity.Net.Core
Sets a fixed column width that cannot be resized (min = max = width).
[AttributeUsage(AttributeTargets.All)]
public class FixedWidthAttribute : WidthAttribute
Public Members
| name | description |
|---|---|
| FixedWidthAttribute(…) | Creates a new fixed width attribute |
See Also
- class WidthAttribute
- Source: WidthAttribute.cs