DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section