ClassRadFilterItem
Represents the RadFilterItem.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadFilterItem : HtmlListItem
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlListItemRadFilterItem
Derived Classes:
Inherited Members
Constructors
RadFilterItem()
Initializes a new instance of the RadFilterItem class.
Declaration
public RadFilterItem()
RadFilterItem(Element)
Initializes a new instance of the RadFilterItem class.
Properties
DeleteLink
The delete button link of the item.
ItemIndex
Gets the index of the item relatively to all items in the current level.
ItemLevel
Gets the hierarchy level of the item.
ItemType
The type of the current fiter item.
Items
Get all the filter items.
Declaration
public IList<RadFilterItem> Items { get; }
Property Value
LocatorExpression
Get the FindParam that defines the pattern for a toolbar item.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ControlAssert()
Get RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.