Skip to main content

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.v23.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