Class
DataFilterItemOwnerCollection

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class DataFilterItemOwnerCollection : RadItemOwnerCollection, IList, ICollection, IEnumerable

Inheritance: objectCollectionBaseRadItemCollectionRadItemOwnerCollectionDataFilterItemOwnerCollection

Implements: ICollectionIEnumerableIList

Inherited Members RadItemOwnerCollection.OnItemsChanged(RadItem, ItemsChangeOperation)RadItemOwnerCollection.OnSetComplete(int, object, object)RadItemOwnerCollection.OnClear()RadItemOwnerCollection.OnInsertComplete(int, object)RadItemOwnerCollection.OnRemoveComplete(int, object)RadItemOwnerCollection.OnSortComplete()RadItemOwnerCollection.OwnerRadItemCollection.OnValidate(object)RadItemCollection.SuspendNotifications()RadItemCollection.ResumeNotifications()RadItemCollection.GetEnumerator()RadItemCollection.OnRemove(int, object)RadItemCollection.OnSet(int, object, object)RadItemCollection.OnClearComplete()RadItemCollection.OnSort()RadItemCollection.Add(RadItem)RadItemCollection.AddRange(params RadItem[])RadItemCollection.AddRange(RadItemCollection)RadItemCollection.Insert(int, RadItem)RadItemCollection.Remove(RadItem)RadItemCollection.Sort()RadItemCollection.Sort(IComparer)RadItemCollection.Sort(int, int, IComparer)RadItemCollection.Contains(RadItem)RadItemCollection.IndexOf(RadItem)RadItemCollection.CopyTo(RadItem[], int)RadItemCollection.ToArray()RadItemCollection.ItemTypesRadItemCollection.ExcludedTypesRadItemCollection.SealedTypesRadItemCollection.DefaultTypeRadItemCollection.this[int]RadItemCollection.FirstRadItemCollection.LastRadItemCollection.ItemsChangedCollectionBase.Clear()CollectionBase.RemoveAt(int)CollectionBase.OnInsert(int, object)CollectionBase.InnerListCollectionBase.ListCollectionBase.CapacityCollectionBase.Count

Constructors

DataFilterItemOwnerCollection()

Declaration

cs-api-definition
public DataFilterItemOwnerCollection()

DataFilterItemOwnerCollection(RadElement)

Declaration

cs-api-definition
public DataFilterItemOwnerCollection(RadElement owner)

Parameters

owner

RadElement

DataFilterItemOwnerCollection(RadItemOwnerCollection)

Declaration

cs-api-definition
public DataFilterItemOwnerCollection(RadItemOwnerCollection value)

Parameters

value

RadItemOwnerCollection

DataFilterItemOwnerCollection(RadItem[])

Declaration

cs-api-definition
public DataFilterItemOwnerCollection(RadItem[] value)

Parameters

value

RadItem[]

Properties

this[string]

Gets the first found item, with property name equal to item descriptor name specified, case-sensitive.

Declaration

cs-api-definition
public override RadItem this[string propertyName] { get; }

Parameters

propertyName

string

Property Value

RadItem

RadItem if found, null (Nothing in VB.NET) otherwise

Overrides RadItemCollection.this[string]