Skip to main content

FixedStyle Enum

Lists values that specify a column's behavior when a view is horizontally scrolled.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public enum FixedStyle

#Members

Name Description
None

A column takes part in horizontal scrolling.

Left

A column is anchored to the vew's left edge.

Right

A column is anchored to the view's right edge.

#Passed To

You can pass FixedStyle values to the BaseColumn.Fixed property.

#Remarks

The values listed by this enumeration are used to set the BaseColumn.Fixed property's value. To learn more, see Fixed Columns.

See Also