Gets or sets the field name from the data source to bind to the LiveCheckBoxColumn.
			
             
             
            
 Syntax
Syntax
| Visual Basic (Declaration) |  | 
|---|
| Public Property DataField As String | 
| Visual Basic (Usage) |  Copy Code | 
|---|
| Dim instance As LiveCheckBoxColumn
Dim value As String
 
instance.DataField = value
 
value = instance.DataField | 
| C# |  | 
|---|
| public string DataField {get; set;} | 
Property Value
			The name of the field to bind to the LiveCheckBoxColumn. The default value is String.Empty.
			
Remarks
             Requirements
Requirements
Target Platforms: Microsoft .NET Framework 2.0
 See Also
See Also