FixedWidthAttribute class

namespace: global   assemblySerenity.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