PowerWEB LiveControls for ASP.NET
LiveCheckBoxColumn Class
Members  See Also  Send comments on this topic.
Dart.LiveControls Namespace : LiveCheckBoxColumn Class



A column type for the LiveDataGrid control that contains check boxes.

Syntax

Visual Basic (Declaration) 
Public Class LiveCheckBoxColumn 
   Inherits LiveDataGridColumn
Visual Basic (Usage)Copy Code
Dim instance As LiveCheckBoxColumn
C# 
public class LiveCheckBoxColumn : LiveDataGridColumn 
C++/CLI 
public ref class LiveCheckBoxColumn : public LiveDataGridColumn 

Remarks

Use the LiveCheckBoxColumn column type in a LiveDataGrid control to create a check box that corresponds with each row in the LiveDataGrid control.

Inheritance Hierarchy

System.Object
   System.Web.UI.WebControls.DataGridColumn
      Dart.LiveControls.LiveDataGridColumn
         Dart.LiveControls.LiveCheckBoxColumn

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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