Click or drag to resize
DockCommand Properties

The DockCommand type exposes the following members.

Properties
  Name Description
Public property AutoPostBack
Gets or sets a value indicating whether a postback to the server automatically occurs when the user drags the KaxDock control.
Public property ClientTypeName
Specifies the name of the type of the client object, which will be instantiated when the command is initialized for the first time.
Public property CssClass
Gets or sets the Cascading Style Sheet (CSS) class rendered by the Command item on the client.
Public property Name
Specifies the name of the command. The value of this property is used to determine on the server which command was clicked on the client.
Public property OnClientCommand
Gets or sets the client-side script that executes when the Command event is raised on the client.
Public property Text
Specifies the text, which will be displayed as tooltip when the user hovers the mouse cursor over the command button.
Top
See Also