ComponentOne FlexGrid for UWP
Selected Property (ColumnCollection)

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > ColumnCollection Class : Selected Property
Gets a list with the columns that are currently selected.
Syntax
'Declaration
 
Public ReadOnly Property Selected As System.Collections.Generic.List(Of Column)
public System.Collections.Generic.List<Column> Selected {get;}
See Also

Reference

ColumnCollection Class
ColumnCollection Members