Back to Devexpress

BaseColumn.Fixed Property

wpf-devexpress-dot-xpf-dot-grid-dot-basecolumn-03ca854d.md

latest1.5 KB
Original Source

BaseColumn.Fixed Property

Gets or sets whether the column/band is fixed. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public FixedStyle Fixed { get; set; }
vb
Public Property Fixed As FixedStyle

Property Value

TypeDescription
FixedStyle

A FixedStyle enumeration value that specifies whether and how the column/band is anchored.

|

Available values:

NameDescription
None

A column/band takes part in horizontal scrolling.

| | Left |

A column/band is anchored to the vew’s left edge.

| | Right |

A column/band is anchored to the view’s right edge.

|

Remarks

Refer to the Fixed Columns and Bands topic for more information.

Run Demo: Fixed Data Columns

See Also

BaseColumn Class

BaseColumn Members

DevExpress.Xpf.Grid Namespace