PinColumnAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Pins column to the start (left for LTR, right for RTL) or end (right for LTR, left for RTL) side of the grid. Note that pinning a column requires FrozenLayout or EnhancedLayout. Only EnhancedLayout supports pinning to end side.

[AttributeUsage(AttributeTargets.Property)]
public class PinColumnAttribute : Attribute

Public Members

name description
PinColumnAttribute(…) Creates a new PinColumnAttribute for specified side: "start" (or "left") or "end" (or "right"). (2 constructors)
Value { get; } The pin value: "start" (left), "end" (right) or null (not pinned).

See Also