DataFormatString Property (C1ComboBoxColumn)
                In This Topic
            
            The formatting applied to the cell field. For example,"{0:d}".
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property DataFormatString As System.String
             
        
            
            public System.string DataFormatString {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also