Skip to main content
A newer version of this page is available. .

ColumnBase.IsLast Property

Gets whether the column is the last visible column displayed within a grid. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public bool IsLast { get; }

Property Value

Type Description
Boolean

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

See Also