CurrentColumn Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridControl Class : CurrentColumn Property

Gets or sets the grid's current master column.

Syntax

Visual Basic (Declaration) 
Public Property CurrentColumn As Column
C# 
public Column CurrentColumn {get; set;}

Return Value

A reference to a Column representing the grid's current column. Can be a null reference (Nothing in Visual Basic) if the grid does not have the focus or the current column is in a detail.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also