Gets a list with the columns that are currently selected.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public List<Column> Selected { get; }
Visual Basic
Public ReadOnly Property Selected As List(Of Column)
	Get

See Also