ClassGanttViewBaseItemElementStateManager
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 GanttViewBaseItemElementStateManager : RadGanttViewBaseStateManager
Inheritance: objectItemStateManagerFactoryBaseItemStateManagerFactoryRadGanttViewBaseStateManagerGanttViewBaseItemElementStateManager
Constructors
GanttViewBaseItemElementStateManager()
Declaration
cs-api-definition
public GanttViewBaseItemElementStateManager()
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