Interface IContainerStateHelper
Namespace: Telerik.Windows.Rendering
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public interface IContainerStateHelper
Methods
ApplyContainerState(Object, ContainerState)
Declaration
void ApplyContainerState(object item, ContainerState state)
Parameters
System.Object
item
|
ContainerState
state
|
RemoveContainerState(Object, ContainerState)
Declaration
void RemoveContainerState(object item, ContainerState state)
Parameters
System.Object
item
|
ContainerState
state
|