नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Represents a Command of an ObjectList ASP.NET mobile control. Each <Command> element represents a command that a user can invoke on an item in an object list.
<Command Name="commandName" Text="commandText" />
Properties
Property |
Description |
|---|---|
Sets or returns the name of the specified object. The default value is an empty string (""). |
|
Sets or returns the text for the command. |
Containment Rules
The following controls can contain a <Command> element.
Control |
Comments |
|---|---|
An ObjectList control can contain any number of <Command> elements. |
A <Command> element cannot contain any child controls or elements.