ShowFluidMouseOver Property
 
            
                In This Topic
            
            When set to true, hides the mouse over of the rows provides a fluid mouse effect over the body of the 
C1DataGrid. Uses the FluidMouseOverBrush and the RowHeight.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property ShowFluidMouseOver As Boolean
             
        
            
            public bool ShowFluidMouseOver {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also