BaseColumn.Fixed Property
In This Article
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 |
---|---|
Fixed |
A Fixed |
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.
See Also