IElementSelector
Exposes methods and properties required for a general selector. Selectors in telerik presentation framework are like CSS selectors.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
public interface IElementSelector
Derived Classes:
Properties
Gets or sets the child selector.
IElementSelector ChildSelector { get; set; }
Gets a value indicating whether a condition has been applied.
bool HasApplyCondition { get; }
Methods
Method supports obsolete theming infrastructure. If HasApplyCondition returns true, this method should add the RadProperties that the selector depends, so style manager can refresh affected element by the selector selector, when property changes
Applies the property settings to the given element. Method supports obsolete theming infrastructure.
void Apply(RadObject element, List<IPropertySetting> propertySettings)
Gets value indicating whether the selector Equals to the specified selector
Method supports obsolete theming infrastructure
PropertyChangeBehaviorCollection GetBehaviors(PropertySettingGroup group)