Back to Devexpress

ColumnBase.IsFirst Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-2819caa6.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsFirst { get; }
vb
Public ReadOnly Property IsFirst As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

IsLast

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace