ButtonColumnType Enumeration

 

Specifies the button type for the ButtonColumn object.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public enum class ButtonColumnType

Member nameDescription
LinkButton

A column of hyperlink buttons.

PushButton

A column of push buttons.

The ButtonColumnType enumeration represents the button styles for the ButtonColumn object.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: