New to Telerik UI for WinFormsStart a free 30-day trial

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:

C#
public class GanttViewBaseItemElementStateManager : RadGanttViewBaseStateManager

Inheritance: objectItemStateManagerFactoryBaseItemStateManagerFactoryRadGanttViewBaseStateManagerGanttViewBaseItemElementStateManager

Constructors

C#
public GanttViewBaseItemElementStateManager()

Methods

Creates the specific states.

C#
protected override StateNodeBase CreateSpecificStates()
Returns:

StateNodeBase

Overrides: ItemStateManagerFactory.CreateSpecificStates()

Creates the state manager.

C#
protected override ItemStateManagerBase CreateStateManager()
Returns:

ItemStateManagerBase

Overrides: ItemStateManagerFactory.CreateStateManager()