Definition
Namespace:Telerik.Windows.Rendering
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public class GoToStateContainerState : ContainerState, IEquatable<GoToStateContainerState>
Inheritance: objectContainerStateGoToStateContainerState
Implements:
Constructors
Properties
C#
public string ActiveState { get; }
C#
public string InactiveState { get; }
Methods
C#
public override void Apply(UIElement container)
Overrides:
C#
public bool Equals(GoToStateContainerState other)
Implements:
C#
public override void Unapply(UIElement container)
Overrides: