IsLastVisible Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Column Class : IsLastVisible Property

Gets a value indicating whether the column is the last visible column in a grid.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsLastVisible As Boolean
C# 
public bool IsLastVisible {get;}

Return Value

true if the column is the last visible column in a grid's; false if it is located anywhere else. By default, false.

Remarks

The first and last visible columns may or may not be visible in a grid's viewport.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also