SelectorBase
Represents a base class for the HierarchicalSelector class. Selectors in telerik presentation framework are very similar to CSS selectors.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
public abstract class SelectorBase : IElementSelector
Inheritance: objectSelectorBase
Derived Classes:
Implements:
Constructors
protected SelectorBase()
Fields
public SelectorBase ExcludeSelector
Properties
Gets or sets a value indicating whether auto-un-apply is on or off.
public bool AutoUnapply { get; set; }
Gets or sets the child selector.
public IElementSelector ChildSelector { get; set; }
Implements:
Gets or sets the Condition upon which to apply the customization.
public Condition Condition { get; set; }
public bool DisableStyle { get; set; }
Gets a value indicating whether the an apply condition is set.
public virtual bool HasApplyCondition { get; }
Implements:
Gets or sets a value indicating whether the current selector is the active one in style builder
public bool IsActiveSelectorInStyleBuilder { get; set; }
Gets or sets the condition upon which to un-apply the customization.
public Condition UnapplyCondition { get; set; }
Methods
Applies the property settings to the given element. Method supports obsolete theming infrastructure.
public void Apply(RadObject element, List<IPropertySetting> propertySettings)
Implements:
Gets value indicating whether the selector Equals to the specified selector
public abstract bool Equals(IElementSelector elementSelector)
Implements:
Method supports obsolete theming infrastructure
public virtual PropertyChangeBehaviorCollection GetBehaviors(PropertySettingGroup group)
Implements: