DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section