ComponentOne FlexGrid for WPF and Silverlight
Selected Property (ColumnCollection)

C1.WPF.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