ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / IsFrozen Property

In This Topic
    IsFrozen Property (DataGridComboBoxColumn)
    In This Topic
    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 Boolean
    public bool IsFrozen {get;}

    Property Value

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