ClassTaskDialogExpanderStateManagerFactory
Class
A class that is responsible for the visual states of the task expander elements.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TaskDialogExpanderStateManagerFactory : ItemStateManagerFactory
Inheritance: objectItemStateManagerFactoryBaseItemStateManagerFactoryTaskDialogExpanderStateManagerFactory
Constructors
TaskDialogExpanderStateManagerFactory(RadProperty)
Initializes a new instance of the TaskDialogExpanderStateManagerFactory class.
Declaration
cs-api-definition
public TaskDialogExpanderStateManagerFactory(RadProperty isExpandedProperty)
Parameters
isExpandedProperty
The expanded property of the expander element.
Methods
AddDefaultVisibleStates(ItemStateManager)
Declaration
cs-api-definition
protected override void AddDefaultVisibleStates(ItemStateManager sm)
Parameters
sm
ItemStateManager
Overrides
CreateSpecificStates()
Declaration
cs-api-definition
protected override StateNodeBase CreateSpecificStates()
Returns
StateNodeBase
Overrides