PowerWEB LiveControls for ASP.NET
DataField Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveRadioButtonColumn Class : DataField Property



Gets or sets the field name from the data source to bind to the LiveCheckBoxColumn.

Syntax

Visual Basic (Declaration) 
Public Property DataField As String
Visual Basic (Usage)Copy Code
Dim instance As LiveRadioButtonColumn
Dim value As String
 
instance.DataField = value
 
value = instance.DataField
C# 
public string DataField {get; set;}
C++/CLI 
public:
property String^ DataField {
   String^ get();
   void set (    String^ value);
}

Property Value

The name of the field to bind to the LiveCheckBoxColumn. The default value is String.Empty.

Remarks

Use the DataField property to specify the field to bind to the LiveCheckBoxColumn.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.