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
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