Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

#Declaration

public FixedStyle Fixed { get; set; }

#Property Value

Type Description
FixedStyle

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

Available values:

Name Description
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