Click or drag to resize
DockToggleCommandState Enumeration
Defines the state of a DockToggleCommand item

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum DockToggleCommandState
Members
  Member nameValueDescription
Primary1 The command is in primary state. It will be initially rendered using the CssClass and Text properties.
Alternate2 The command is in alternate state. It will be initially rendered using the AlternateCssClass and AlternateText properties.
See Also