Gets or sets a list with the columns displayed in the left grid. The columns in this list are automatically generated by the control.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public IList<GridColumn> Columns { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Columns As IList(Of GridColumn) |
An instance of the GridColumn class.
See Also