Gets or sets the column that will represent the property in the grid.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public GridColumn Column { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Column As GridColumn |
A GridColumn object.
See Also