PinToEndAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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

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

Public Members

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

See Also