CommandFormat

CommandFormatserializable

System.Web.UI.MobileControls (system.web.mobile.dll)enum

You can set the Command.Format property to a value from this enumeration, to indicate whether the command should be rendered as a hyperlink (Link) or button (Button).

public enum CommandFormat {
   Button = 0,
   Link = 1
}

Hierarchy

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

Returned By

Command.Format

Passed To

Command.Format



    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