Class StatePlaceholderNode
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinControls.Styles
Assembly: Telerik.WinControls.dll
Syntax
public class StatePlaceholderNode : StateNodeBase
  Constructors
StatePlaceholderNode(String)
Declaration
public StatePlaceholderNode(string name)
  Parameters
| 
        System.String
        name
         
  | 
    
Methods
AddAvailableStates(ICollection<StateDescriptionNode>, StateDescriptionNode)
Declaration
public override void AddAvailableStates(ICollection<StateDescriptionNode> newNodes, StateDescriptionNode node)
  Parameters
| 
        System.Collections.Generic.ICollection<StateDescriptionNode>
        newNodes
         
  | 
    
| 
        StateDescriptionNode
        node
         
  | 
    
Overrides
EvaluateState(RadObject)
Declaration
public override ICollection<string> EvaluateState(RadObject targetItem)
  Parameters
| 
        RadObject
        targetItem
         
  | 
    
Returns
| 
        System.Collections.Generic.ICollection<System.String>
         
  |