Class GanttViewBaseItemElementStateManager
Represents a state manager used to define the states of an element for the theming mechanism.
Inheritance
System.Object
GanttViewBaseItemElementStateManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewBaseItemElementStateManager : RadGanttViewBaseStateManager
Constructors
GanttViewBaseItemElementStateManager()
Declaration
public GanttViewBaseItemElementStateManager()
Methods
CreateSpecificStates()
Creates the specific states.
Declaration
protected override StateNodeBase CreateSpecificStates()
Returns
StateNodeBase
|
Overrides
CreateStateManager()
Creates the state manager.
Declaration
protected override ItemStateManagerBase CreateStateManager()
Returns
ItemStateManagerBase
|