Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

CheckBoxColumn Class

Represents a checkbox column.

For a list of all members of this type, see CheckBoxColumn Members.

System.Object
   EO.Web.GridColumn
      EO.Web.CheckBoxColumn

[Visual Basic]
Public Class CheckBoxColumn
    Inherits GridColumn
[C#]
public class CheckBoxColumn : GridColumn

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

CheckBoxColumn displays a check box. The check box can be checked/unchecked any time, even if the row is not in edit mode. A list of checked rows can be acquired via CheckedItems on the server side.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

CheckBoxColumn Members | EO.Web Namespace


Direct link to this topic