Class
TaskDialogExpanderStateManagerFactory

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

RadProperty

The expanded property of the expander element.

Methods

AddDefaultVisibleStates(ItemStateManager)

Declaration

cs-api-definition
protected override void AddDefaultVisibleStates(ItemStateManager sm)

Parameters

sm

ItemStateManager

Overrides ItemStateManagerFactory.AddDefaultVisibleStates(ItemStateManager)

CreateSpecificStates()

Declaration

cs-api-definition
protected override StateNodeBase CreateSpecificStates()

Returns

StateNodeBase

Overrides ItemStateManagerFactory.CreateSpecificStates()