Action
               
               Gets the minimum width of the columns, in pixels. If not NaN, the DataGrid control applies this value as the minimum width
               for all columns. Otherwise, individual columns can have their own minimum widths. The default value is NaN.
               
            
            
            
               Syntax
               
               
               C#
                  
protected Double minColumnWidth { get; }
                  VB
                  
'Declaration
Protected Read Property minColumnWidth As Double
                   
            
            
               
Access
               
               Read only.