ClassGanttViewTextViewCellElementStateManager
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 GanttViewTextViewCellElementStateManager : ItemStateManagerFactory
Inheritance: objectItemStateManagerFactoryBaseItemStateManagerFactoryGanttViewTextViewCellElementStateManager
Constructors
GanttViewTextViewCellElementStateManager()
Declaration
cs-api-definition
public GanttViewTextViewCellElementStateManager()
Methods
CreateSpecificStates()
Creates the specific states.
Declaration
cs-api-definition
protected override StateNodeBase CreateSpecificStates()
Returns
StateNodeBase
Overrides