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

Gets a value indicating whether the column is the first visible column in a grid's.

Syntax

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

Return Value

true if the column is the first 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