ElementSelector
Class
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class ElementSelector
Inheritance: objectElementSelector
Derived Classes:
Constructors
Initializes a new instance of the ElementSelector class.
C#
public ElementSelector()
Initializes a new instance of the ElementSelector class by using an existing one.
C#
public ElementSelector(ElementSelector selector)
The ElementSelector to be used as a source.
Initializes a new instance of the ElementSelector class by specifying selector properties.
C#
public ElementSelector(ElementSelectorTypes type, string value)
The selector type.
valuestringThe selector value
Initializes a new instance of the ElementSelector class by specifying element state. Sets thw type property to VisualStateSelector.
Properties
Gets or sets the child selector.
C#
public ElementSelector ChildSelector { get; set; }
Gets or sets the selector type.
C#
public ElementSelectorTypes Type { get; set; }
Methods
Determines whether the selector is compatible with specific selector.
C#
public bool IsCompatible(ElementSelector selector)
The selector.
Returns:true if successfull.