Class
GoToStateContainerState

Definition

Namespace:Telerik.Windows.Rendering

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class GoToStateContainerState : ContainerState, IEquatable<GoToStateContainerState>

Inheritance: objectContainerStateGoToStateContainerState

Implements: IEquatable<GoToStateContainerState>

Constructors

GoToStateContainerState(string, string)

Declaration

cs-api-definition
public GoToStateContainerState(string activeState, string inactiveState)

Parameters

activeState

string

inactiveState

string

Properties

ActiveState

Declaration

cs-api-definition
public string ActiveState { get; }

Property Value

string

InactiveState

Declaration

cs-api-definition
public string InactiveState { get; }

Property Value

string

Methods

Apply(UIElement)

Declaration

cs-api-definition
public override void Apply(UIElement container)

Parameters

container

UIElement

Overrides ContainerState.Apply(UIElement)

Equals(GoToStateContainerState)

Declaration

cs-api-definition
public bool Equals(GoToStateContainerState other)

Parameters

other

GoToStateContainerState

Returns

bool

Implements IEquatable<GoToStateContainerState>.Equals(GoToStateContainerState)

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()

Unapply(UIElement)

Declaration

cs-api-definition
public override void Unapply(UIElement container)

Parameters

container

UIElement

Overrides ContainerState.Unapply(UIElement)