Skip to main content
Tag

ColumnBase.IsLast Property

Gets whether the column is the last 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 IsLast { get; }

#Property Value

Type Description
Boolean

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

See Also