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

ButtonColumn Class

Represents a column with a link button or a push button.

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

System.Object
   EO.Web.GridColumn
      EO.Web.ButtonColumn

[Visual Basic]
Public Class ButtonColumn
    Inherits GridColumn
[C#]
public class ButtonColumn : 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

ButtonColumn displays a push button or link button in the column. When clicked, it calls ClientSideOnItemCommand handler if one is supplied. Otherwise it triggers server side ItemCommand event if the grid is running in server or callback mode.

You can also call raiseItemCommandEvent inside ClientSideOnItemCommand event handler to explicitly pass the event to the server side to raise ItemCommand server side event.

Requirements

Namespace: EO.Web

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

See Also

ButtonColumn Members | EO.Web Namespace


Direct link to this topic