Back to Devexpress

IGridColumn.FixedPosition Property

blazor-devexpress-dot-blazor-dot-igridcolumn.md

latest1.4 KB
Original Source

IGridColumn.FixedPosition Property

Specifies column behavior when a user scrolls the Grid horizontally.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(GridColumnFixedPosition.None)]
GridColumnFixedPosition FixedPosition { get; set; }

Property Value

TypeDefaultDescription
GridColumnFixedPositionNone

An enumeration value.

|

Available values:

NameDescription
None

The column is moved when a user scrolls the Grid horizontally.

| | Left |

The column is anchored to the Grid’s left edge and remains visible when a user scrolls the Grid horizontally.

| | Right |

The column is anchored to the Grid’s right edge and remains visible when a user scrolls the Grid horizontally.

|

Remarks

Refer to the FixedPosition property description for additional information and an example.

See Also

IGridColumn Interface

IGridColumn Members

DevExpress.Blazor Namespace