Class
WrapSelector

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class WrapSelector : ElementSelector

Inheritance: objectElementSelectorWrapSelector

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

Constructors

WrapSelector(IElementSelector)

Declaration

cs-api-definition
public WrapSelector(IElementSelector internalSelector)

Parameters

internalSelector

IElementSelector

Properties

InternalSelector

Declaration

cs-api-definition
public IElementSelector InternalSelector { get; set; }

Property Value

IElementSelector

Methods

IsCompatible(RadObject)

Determines whether the selector is compatible with the specified element.

Declaration

cs-api-definition
public override bool IsCompatible(RadObject element)

Parameters

element

RadObject

The element to compare with.

Returns

bool

true if the element is compatible.

Overrides ElementSelector.IsCompatible(RadObject)

IsValid(RadObject, string)

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

Declaration

cs-api-definition
public override bool IsValid(RadObject testElement, string state)

Parameters

testElement

RadObject

The element to compare with.

state

string

The element state.

Returns

bool

true if the selector is valid.

Overrides ElementSelector.IsValid(RadObject, string)