This documentation is archived and is not being maintained.

DataControlCommands Members

The DataControlCommands class contains public fields that all ASP.NET data-bound controls use, to promote a consistent user interface (UI). This class cannot be inherited.

The DataControlCommands type exposes the following members.

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public field Static member CancelCommandName Represents the string "Cancel".
Public field Static member DeleteCommandName Represents the string "Delete".
Public field Static member EditCommandName Represents the string "Edit".
Public field Static member FirstPageCommandArgument Represents the string "First".
Public field Static member InsertCommandName Represents the string "Insert".
Public field Static member LastPageCommandArgument Represents the string "Last".
Public field Static member NewCommandName Represents the string "New".
Public field Static member NextPageCommandArgument Represents the string "Next".
Public field Static member PageCommandName Represents the string "Page".
Public field Static member PreviousPageCommandArgument Represents the string "Prev".
Public field Static member SelectCommandName Represents the string "Select".
Public field Static member SortCommandName Represents the string "Sort".
Public field Static member UpdateCommandName Represents the string "Update".
Top
Show: