ButtonColumnType

ButtonColumnTypeserializable

System.Web.UI.WebControls (system.web.dll)enum

You can use this enumeration to set the ButtonColumn.ButtonType property. Use PushButton to create graphical buttons that look like individual Button controls and LinkButton to create hyperlink-style buttons that look like individual LinkButton controls.

public enum ButtonColumnType {
   LinkButton = 0,
   PushButton = 1
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) ButtonColumnType

Returned By

ButtonColumn.ButtonType, EditCommandColumn.ButtonType

Passed To

ButtonColumn.ButtonType, EditCommandColumn.ButtonType



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace