Skip to main content
Tag

ColumnBase.IsFirst Property

Gets whether the column is the first visible column displayed within a View. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public bool IsFirst { get; }

#Property Value

Type Description
Boolean

true if the column is the first visible column displayed within a View; otherwise, false.

See Also