ResizableAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Determines resizability of a target column.

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

Public Members

name description
ResizableAttribute() Initializes a new instance of the ResizableAttribute class.
ResizableAttribute(…) Initializes a new instance of the ResizableAttribute class.
Value { get; } Gets a value indicating whether the target is resizable.

See Also