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



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net