Gets or sets the grid's current master column.
| 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.Supported Frameworks: Microsoft .NET Framework version 3.5