ObjectList.DefaultCommand Property

Gets or sets the name of the default command.

Namespace: System.Web.UI.MobileControls
Assembly: System.Web.Mobile (in system.web.mobile.dll)

[TypeConverterAttribute(typeof(DefaultCommandConverter))] 
[BindableAttribute(true)] 
public:
property String^ DefaultCommand {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_DefaultCommand ()

/** @property */
public void set_DefaultCommand (String value)

public function get DefaultCommand () : String

public function set DefaultCommand (value : String)

Not applicable.

Property Value

The name of the default command.

When set, the ObjectList control attempts to render a shortcut to invoke the default command. In HTML, the default rendering in list view displays the first field as a link to the details view of the ObjectList. When the DefaultCommand property is set, clicking the link invokes the default command. Invoking the default command raises the ItemCommand event. The CommandName of the ObjectListCommandEventArgs object is set to the value of the DefaultCommand property.

Even if a default command is defined, you should include a command with the same name in the commands collection. If the control cannot render a graphical element that includes a shortcut for the default command, the default command is still available through the rendering of the ObjectList commands collection.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1

Community Additions

ADD
Show: