ComponentOne DataGrid for WPF and Silverlight
Columns Property (DataGridViewport)

C1.WPF.DataGrid Namespace > DataGridViewport Class : Columns Property
Gets the collection of columns which are currently in the viewport.
Syntax
'Declaration
 
Public ReadOnly Property Columns As DataGridColumn()
public DataGridColumn[] Columns {get;}

Property Value

The collection of columns which are currently in the viewport.
See Also

Reference

DataGridViewport Class
DataGridViewport Members