New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class WrapSelector : ElementSelector

Inheritance: objectElementSelectorWrapSelector

Inherited Members ElementSelector.IsCompatible(ElementSelector)ElementSelector.Equals(object)ElementSelector.GetHashCode()ElementSelector.ValueElementSelector.TypeElementSelector.ChildSelector...

Constructors

C#
public WrapSelector(IElementSelector internalSelector)
Parameters:internalSelectorIElementSelector

Properties

C#
public IElementSelector InternalSelector { get; set; }

Methods

Determines whether the selector is compatible with the specified element.

C#
public override bool IsCompatible(RadObject element)
Parameters:elementRadObject

The element to compare with.

Returns:

bool

true if the element is compatible.

Overrides: ElementSelector.IsCompatible(RadObject)

Determines whether the selector is valid an element with specific state.

C#
public override bool IsValid(RadObject testElement, string state)
Parameters:testElementRadObject

The element to compare with.

statestring

The element state.

Returns:

bool

true if the selector is valid.

Overrides: ElementSelector.IsValid(RadObject, string)