PinToEndAttribute class
namespace: Serenity.ComponentModel assembly: Serenity.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
- class PinColumnAttribute
- Source: PinToEndAttribute.cs