ClassSelector
Class
Represents a class selector. Class selectors are used to apply the same customization to all elements that belong to the same class. This behavior is very similar to that of the CSS class selectors.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class ClassSelector : HierarchicalSelector, IElementSelector
Inheritance: objectSelectorBaseHierarchicalSelectorClassSelector
Implements:
Inherited Members
Constructors
Initializes a new instance of the class selector class.
C#
public ClassSelector()
Initializes a new instance of the class selector class using string for the class name.
Properties
C#
protected override bool CanUseCache { get; }
Overrides:
Gets or sets a value indicating the class name.
C#
public string ElementClass { get; set; }
Methods
Gets value indicating whether the selector Equals to the specified selector
C#
public override bool Equals(IElementSelector elementSelector)
Overrides:
C#
protected override LinkedList<RadObject> FindElements(IDictionary ChildrenHierarchyByElement)
LinkedList<RadObject>
Overrides: