Click or drag to resize
DockToggleCommandState Property
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.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual DockToggleCommandState State { get; set; }

Property Value

Type: DockToggleCommandState
See Also