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

#Declaration

[XtraSerializableProperty]
[GridUIProperty]
public FixedStyle Fixed { get; set; }

#Property Value

Type Description
FixedStyle

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

See Also