ComponentOne DataGrid for WPF and Silverlight
IsFrozen Property (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : IsFrozen Property
Gets a value indicating whether this column is moved out of the viewport when the user scrolls the data grid.
Syntax
'Declaration
 
Public ReadOnly Property IsFrozen As System.Boolean
public System.bool IsFrozen {get;}

Property Value

true if this column is frozen; otherwise, false.
See Also

Reference

DataGridColumn Class
DataGridColumn Members