PinToStartAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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

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

Public Members

name description
PinToStartAttribute() Pins column to the "start" (left for LTR, right for RTL) side of the grid. Note that pinning a column requires FrozenLayout or EnhancedLayout.

See Also