ClassTypeSelector
Represents a type selector. Type selectors are used to apply the same customization to all elements of the same type. Behavior is very similar to that of the CSS type selectors.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
public class TypeSelector : HierarchicalSelector, IElementSelector
Inheritance: objectSelectorBaseHierarchicalSelectorTypeSelector
Implements:
Inherited Members
Constructors
TypeSelector()
Initializes a new instance of the TypeSelector class.
Declaration
public TypeSelector()
TypeSelector(Type)
Initializes a new instance of the TypeSelector class using the type that will be affected.
Properties
CanUseCache
Declaration
protected override bool CanUseCache { get; }
Property Value
Overrides
ElementType
Gets or sets the element type that will be affected by the Type selector.
Methods
Equals(IElementSelector)
Gets value indicating whether the selector Equals to the specified selector
Declaration
public override bool Equals(IElementSelector elementSelector)
Parameters
elementSelector
Returns
Overrides
FindElements(IDictionary)
Declaration
protected override LinkedList<RadObject> FindElements(IDictionary ChildrenHierarchyByElement)
Parameters
ChildrenHierarchyByElement
Returns
LinkedList<RadObject>
Overrides