Gets a list with the columns that are currently selected.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

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

See Also