DataField Property (C1FilterField)
                In This Topic
            
            Gets or sets the name of the field in the database table to which a grid column is bound.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overridable Property DataField As System.String
             
        
            
            public virtual System.string DataField {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also