This documentation is archived and is not being maintained.
ButtonColumnType Enumeration
.NET Framework 1.1
Specifies the button type for the ButtonColumn object.
[Visual Basic] <Serializable> Public Enum ButtonColumnType [C#] [Serializable] public enum ButtonColumnType [C++] [Serializable] __value public enum ButtonColumnType [JScript] public Serializable enum ButtonColumnType
Remarks
The ButtonColumnType enumeration represents the button styles for the ButtonColumn object.
Members
| Member name | Description |
|---|---|
| LinkButton | A column of hyperlink style buttons. |
| PushButton | A column of push buttons. |
Requirements
Namespace: System.Web.UI.WebControls
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: