ClassGanttGraphicalViewBaseTaskElementStateManager
Class
Represents a state manager used to define the states of an element for the theming mechanism.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttGraphicalViewBaseTaskElementStateManager : RadGanttViewBaseStateManager
Inheritance: objectItemStateManagerFactoryBaseItemStateManagerFactoryRadGanttViewBaseStateManagerGanttGraphicalViewBaseTaskElementStateManager
Constructors
GanttGraphicalViewBaseTaskElementStateManager()
Declaration
cs-api-definition
public GanttGraphicalViewBaseTaskElementStateManager()
Methods
CreateSpecificStates()
Creates the specific states.
Declaration
cs-api-definition
protected override StateNodeBase CreateSpecificStates()
Returns
StateNodeBase
Overrides
CreateStateManager()
Creates the state manager.
Declaration
cs-api-definition
protected override ItemStateManagerBase CreateStateManager()
Returns
ItemStateManagerBase
Overrides