Skip to main content
A newer version of this page is available. .
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.v18.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