Click or drag to resize
DockToggleCommand Properties

The DockToggleCommand type exposes the following members.

Properties
  Name Description
Public property AlternateCssClass
Gets or sets the Cascading Style Sheet (CSS) class rendered by the Command item on the client when State is Alternate.
Public property AlternateText
Specifies the text, which will be displayed as tooltip when the user hovers the mouse cursor over the command button when State is Alternate.
Public property State
Gets or sets the initial state of the command item. If the value of this property is Primary, the values of the Text and CssClass properties will be used initially, otherwise the command will use AlternateText and AlternateCssClass.
Top
See Also