ClassGoToStateContainerState
Class
Definition
Namespace:Telerik.Windows.Rendering
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public class GoToStateContainerState : ContainerState, IEquatable<GoToStateContainerState>
Inheritance: objectContainerStateGoToStateContainerState
Implements:
Constructors
Properties
Methods
Apply(UIElement)
Declaration
cs-api-definition
public override void Apply(UIElement container)
Parameters
container
UIElement
Overrides
Equals(GoToStateContainerState)
Declaration
cs-api-definition
public bool Equals(GoToStateContainerState other)
Parameters
other
Returns
Implements
Unapply(UIElement)
Declaration
cs-api-definition
public override void Unapply(UIElement container)
Parameters
container
UIElement
Overrides