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