RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridBoolColumnEditor Class
See Also  Members  
Telerik.WebControls Namespace : GridBoolColumnEditor Class


This is a base class for all column editors for GridCheckBoxColumn.

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public MustInherit Class GridBoolColumnEditor 
   Inherits GridColumnEditorBase
   Implements IGridColumnEditor 
Visual Basic (Usage)Copy Code
Dim instance As GridBoolColumnEditor
C# 
public abstract class GridBoolColumnEditor : GridColumnEditorBase, IGridColumnEditor  

Remarks

It defines the base properties for controls that can edit boolean values.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      Telerik.WebControls.GridColumnEditorBase
         Telerik.WebControls.GridBoolColumnEditor
            Telerik.WebControls.GridCheckBoxColumnEditor

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: RadGrid (in RadGrid.dll)

See Also